cmake/Tests/RunCMake/target_compile_features/empty_keyword_args.cmake
2019-11-11 23:01:05 +01:00

6 lines
233 B
CMake

add_library(iface INTERFACE)
target_compile_features(iface PUBLIC PRIVATE INTERFACE)
# Cannot be called with non-compilable targets.
#add_library(imported UNKNOWN IMPORTED)
#target_compile_features(imported PUBLIC PRIVATE INTERFACE)