mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
6 lines
215 B
CMake
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)
|