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
/
SubProject
/
foo
/
CMakeLists.txt
blob: 011178b264355ba56be8ed5097841a63f2a261db (
plain
)
1
2
3
project(foo) add_executable(foo foo.cxx) target_link_libraries(foo bar)