index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
add_subdirectory
/
CMP0082-NestedSub
/
CMakeLists.txt
blob: 52a0665048bdbe53c8ff67df202b0396ecd30efc (
plain
)
1
2
add_subdirectory(sub) install(CODE "message(STATUS \"top\")")