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
/
COnly
/
CMakeLists.txt
blob: f9a681328fdd5c18b981e3db6d990f7f4cee2cf3 (
plain
)
1
2
3
# a simple C only test case PROJECT (conly C) ADD_EXECUTABLE (conly conly.c foo.c foo.h)