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
/
TargetName
/
CMakeLists.txt
blob: 653286eb0641a3c84c9cabb038d1bbf4657a0363 (
plain
)
1
2
3
4
project(TargetName) add_subdirectory(executables) add_subdirectory(scripts)