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
/
OwnSources.cmake
blob: e7bdf8d83bca6fd3b8f8809d6543388a830453fd (
plain
)
1
2
add_library(A OBJECT a.c) target_sources(A PRIVATE $<TARGET_OBJECTS:A>)