Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
87142bbd5f94de9591b0a5531e427a5f491f56fd
/
.
/
Tests
/
RunCMake
/
InterfaceLibrary
/
no_shared_libs.cmake
blob: ed81878cbe339e0b128111e23297f107ef943825 [
file
]
cmake_minimum_required
(
VERSION
2.8
.
12.20131009
)
set_property
(
GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS FALSE
)
add_library
(
foo INTERFACE
)
target_compile_definitions
(
foo INTERFACE FOO_DEFINE
)