Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dfc8eeedc8a305ba7b95027c19ffaab278e77016
/
.
/
Tests
/
RunCMake
/
install
/
FILES-TARGET_OBJECTS.cmake
blob: 40c58ad573e04006eaf7384eba8e5bc8687d6b54 [
file
]
enable_language
(
C
)
add_library
(
objs OBJECT obj1
.
c obj2
.
c
)
install
(
FILES $
<
TARGET_OBJECTS
:
objs
>
DESTINATION objs
)