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_sources
/
FileSetNoExistInstall.cmake
blob: a8b4b9402c35f5f10b48b35011f3d843df33bf09 (
plain
)
1
2
3
4
enable_language(C) add_library(lib1 STATIC empty.c) install(TARGETS lib1 FILE_SET a)