cmake/Tests/RunCMake/target_sources/EmptyKeywordArgs.cmake
2022-03-29 21:10:50 +02:00

6 lines
215 B
CMake

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)