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
/
target_link_libraries
/
SubDirTarget.cmake
blob: 32431cecc029abaf441416e7498c74c3c254442a (
plain
)
1
2
3
enable_language(C) add_subdirectory(SubDirTarget) target_link_libraries(subexe m)