cmake/Tests/RunCMake/target_compile_features/empty_keyword_args.cmake

6 lines
233 B
CMake
Raw Normal View History

2019-11-11 23:01:05 +01:00
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)