cmake cleanup

moving build targets for better layout in solution explorer.

Change-Id: I6514f321f15991f88833e02b3c8af6327d35b74b
This commit is contained in:
Artur Harasimiuk
2017-12-21 09:25:11 +01:00
committed by sys_ocldev
parent 3284efff86
commit b0a41b81bb
5 changed files with 11 additions and 11 deletions

View File

@@ -52,6 +52,7 @@ add_custom_command(
)
add_dependencies(run_unit_tests run_elflib_tests)
set_target_properties(elflib_tests PROPERTIES FOLDER "elf utilities")
# The following filters are added to the VS IDE representation
set_target_properties(elflib_tests PROPERTIES FOLDER "elflib")
set_target_properties(run_elflib_tests PROPERTIES FOLDER "elflib")
source_group("source files" FILES ${CLELFLIB_UNIT_TESTS_SRCS})