Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a914434d52fca46b23f139dd4be1f4e22cbd5fe4
/
.
/
Tests
/
RunCMake
/
InterfaceLibrary
/
no_shared_libs.cmake
blob: eae8f57939f04992b3822f8487b22728a38cb1ad [
file
]
set_property
(
GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS FALSE
)
add_library
(
foo INTERFACE
)
target_compile_definitions
(
foo INTERFACE FOO_DEFINE
)