Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
target_compile_definitions
/
empty_keyword_args.cmake
blob: cb94e87be34079c800e7e0bf307e90745774a5e6 [
file
] [
log
] [
blame
]
add_library
(
iface INTERFACE
)
target_compile_definitions
(
iface PUBLIC PRIVATE INTERFACE
)
# Cannot be called with non-compilable targets.
#add_library(imported UNKNOWN IMPORTED)
#target_compile_definitions(imported PUBLIC PRIVATE INTERFACE)