mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
5 lines
137 B
CMake
5 lines
137 B
CMake
PROJECT(ANOTHER_PROJ)
|
|
# subdir to a sibling dir
|
|
ADD_SUBDIRECTORY(OutOfSourceSubdir
|
|
${OutOfSource_SOURCE_DIR}/${KEN}OutOfSourceSubdir)
|