Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d1be722330a0899f12bd777274e2bc1238b10ce4
/
.
/
Tests
/
RunCMake
/
add_library
/
INTERFACEwithOnlyObjectSources.cmake
blob: 86fab1dee4c900de6f9cd7128fb3654131344496 [
file
]
enable_language
(
CXX
)
add_library
(
ObjectLibDependency
OBJECT test
.
cpp
)
add_library
(
TestInterfaceLibWithoutSources
INTERFACE
)
target_sources
(
TestInterfaceLibWithoutSources
INTERFACE $
<
TARGET_OBJECTS
:
ObjectLibDependency
>)