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
/
Export.cmake
blob: a3f104e297456756d50cf4266f07768cf723a50a (
plain
)
1
2
add_library(A OBJECT a.c) export(TARGETS A FILE AExport.cmake)