Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
06c99ce73bded55232dad5e7db85bc4740cb45fb
/
.
/
Tests
/
RunCMake
/
add_library
/
MODULEwithOnlyObjectSources.cmake
blob: 187481a140c2b120d9e1f2f073d5185f9437c4ea [
file
] [
log
] [
blame
]
enable_language
(
CXX
)
add_library
(
ObjectLibDependency
OBJECT test
.
cpp
)
add_library
(
TestModuleLibWithoutSources
MODULE
)
target_sources
(
TestModuleLibWithoutSources
PUBLIC $
<
TARGET_OBJECTS
:
ObjectLibDependency
>)