Skip to content

Commit a94b7c7

Browse files
Recently added syclinterface/*.hpp files are now installed in layout
libsyclinterface/CMakeLists.txt was adjusted to copy *.hpp files to dpctl/include/syclinterface
1 parent 70ec4d7 commit a94b7c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libsyclinterface/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ endif()
251251
# Install all headers
252252

253253
file(GLOB MAIN_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/*.h")
254+
file(GLOB MAIN_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/*.hpp")
254255
file(GLOB SUPPORT_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/Support/*.h")
255256
file(GLOB CONFIG_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/Config/*.h")
256257

0 commit comments

Comments
 (0)