cmake/Tests/RunCMake/target_sources/EmptyKeywordArgs.cmake

6 lines
215 B
CMake
Raw Normal View History

2019-11-11 23:01:05 +01:00
add_library(iface INTERFACE)
target_sources(iface PUBLIC PRIVATE INTERFACE)
# Cannot be called with non-compilable targets.
#add_library(imported UNKNOWN IMPORTED)
#target_sources(imported PUBLIC PRIVATE INTERFACE)