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
/
LinkObjRHS2.cmake
blob: 616372949b25904a62a593d9c4e7748c2cb5618c (
plain
)
1
2
3
add_library(A SHARED a.c) target_link_libraries(A AnObjLib) add_library(AnObjLib OBJECT a.c)