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
/
ObjectLibrary
/
Install.cmake
blob: c1d214bd4b1883e441a112d7ec622da0f6ef6227 (
plain
)
1
2
add_library(A OBJECT a.c) install(TARGETS A DESTINATION lib)