cmake/Tests/SourceGroups/sub2/CMakeLists.txt

5 lines
157 B
CMake
Raw Normal View History

2023-12-07 09:12:54 +01:00
add_executable(SourceGroups2 main.c
qux.c subsub/qax.c)
source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" ) #PREFIX TheSubDir2 )