set(ORC_RT_HEADERS orc-rt-c/orc-rt.h ) # TODO: Switch to filesets when we move to cmake-3.23. add_library(orc-rt-headers INTERFACE) target_include_directories(orc-rt-headers INTERFACE $ $ ) set_property(TARGET orc-rt-headers PROPERTY PUBLIC_HEADER ${ORC_RT_HEADERS} ) install(TARGETS orc-rt-headers DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/ COMPONENT OrcRT_Development )