Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
32d369aa7049c4921d3c35ca8097bc0485866be6
/
.
/
Tests
/
RunCMake
/
add_library
/
STATICwithOnlyObjectSources.cmake
blob: 74a8947f2c74428b021c0d7238232226bb42bc6f [
file
] [
log
] [
blame
]
enable_language
(
CXX
)
add_library
(
ObjectLibDependency
OBJECT test
.
cpp
)
add_library
(
TestStaticLibWithoutSources
STATIC
)
target_sources
(
TestStaticLibWithoutSources
PUBLIC $
<
TARGET_OBJECTS
:
ObjectLibDependency
>)