Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
target_sources
/
empty_keyword_args.cmake
blob: 5cee451fdf39753290559917a60b3021c2b398d1 [
file
] [
log
] [
blame
]
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)