summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/target_compile_features/empty_keyword_args.cmake
blob: 8d57c1caca3b08e469888e92af92eb81bcde7aea (plain)
1
2
3
4
5
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)