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