Skip to content

Commit

Permalink
Merge pull request #768 from IntelPython/cmake-cleanup-2
Browse files Browse the repository at this point in the history
Fix include/syclinterface structure
  • Loading branch information
oleksandr-pavlyk authored Feb 4, 2022
1 parent 9d16d71 commit fb6b54e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions libsyclinterface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,9 @@ file(GLOB MAIN_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/*.h")
file(GLOB SUPPORT_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/Support/*.h")
file(GLOB CONFIG_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/Config/*.h")

set(ALL_HEADERS "${MAIN_HEADERS}")
list(APPEND ALL_HEADERS "${SUPPORT_HEADERS}")
list(APPEND ALL_HEADERS "${CONFIG_HEADERS}")

set_target_properties(DPCTLSyclInterface
PROPERTIES PUBLIC_HEADER
"${ALL_HEADERS}"
"${MAIN_HEADERS}"
)

if (SKBUILD)
Expand Down

0 comments on commit fb6b54e

Please sign in to comment.