blob: a68ef8d1bc8dded699cee96a17e21a4878307cf8 [file] [log] [blame] [edit]
add_library(iface INTERFACE)
target_include_directories(iface SYSTEM INTERFACE "$<INSTALL_INTERFACE:include>")
install(TARGETS iface EXPORT foo)
install(EXPORT foo DESTINATION lib/cmake/foo)