Skip to content

Commit a6b38a0

Browse files
mnaczksys_zuul
authored andcommitted
Add file Notices.txt.
Change-Id: I88bf1cda38c80bf08dac8eea2e3e66b7b904d066
1 parent 9d40916 commit a6b38a0

File tree

2 files changed

+688
-0
lines changed

2 files changed

+688
-0
lines changed

IGC/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3924,6 +3924,9 @@ if(UNIX)
39243924

39253925
install(FILES ${IGC_BUILD__IGC_BIN_DIR}/AdaptorOCL/igc-opencl.pc DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}/pkgconfig COMPONENT igc-opencl-devel)
39263926
install(FILES ${IGC_BUILD__IGC_BIN_DIR}/AdaptorOCL/igc.opencl.h DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/igc COMPONENT igc-opencl-devel)
3927+
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/../NOTICES.txt)
3928+
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../NOTICES.txt DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}/igc COMPONENT igc-core)
3929+
endif()
39273930
install(FILES ${IGC_BUILD__VISA_DIR}/include/RelocationInfo.h DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/visa COMPONENT igc-opencl-devel)
39283931
install(DIRECTORY ${IGC_BUILD__VISA_DIR}/iga/IGALibrary/api/ DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/iga COMPONENT igc-opencl-devel FILES_MATCHING PATTERN "*.h*")
39293932
elseif (WIN32)

0 commit comments

Comments
 (0)