mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
87788353cc
This creates an additional target and for its three source files a directory tree is created.
5 lines
157 B
CMake
5 lines
157 B
CMake
add_executable(SourceGroups2 main.c
|
|
qux.c subsub/qax.c)
|
|
|
|
source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" ) #PREFIX TheSubDir2 )
|