Skip to content

Commit 0998b31

Browse files
amielczaigcbot
authored andcommitted
Include additional headers in dev package
Include additional headers in dev package
1 parent 137cd1d commit 0998b31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IGC/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2197,6 +2197,8 @@ if(UNIX)
21972197
endif()
21982198
install(FILES ${IGC_BUILD__VISA_DIR}/include/RelocationInfo.h DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/visa COMPONENT igc-opencl-devel)
21992199
install(DIRECTORY ${IGC_BUILD__VISA_DIR}/iga/IGALibrary/api/ DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/iga COMPONENT igc-core-devel FILES_MATCHING PATTERN "*.h*")
2200+
install(FILES ${ZEBIN_INCLUDE_PATH}/../ZEELF.h DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/igc/zebin COMPONENT igc-core-devel)
2201+
22002202
elseif (WIN32)
22012203
install(TARGETS ${IGC_BUILD__PROJ__igc_dll}
22022204
RUNTIME DESTINATION Release/bin CONFIGURATIONS Release)

0 commit comments

Comments
 (0)