We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e26e5d commit db6b953Copy full SHA for db6b953
libsyclinterface/CMakeLists.txt
@@ -214,9 +214,13 @@ file(GLOB MAIN_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/*.h")
214
file(GLOB SUPPORT_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/Support/*.h")
215
file(GLOB CONFIG_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/Config/*.h")
216
217
+set(ALL_HEADERS "${MAIN_HEADERS}")
218
+list(APPEND ALL_HEADERS "${SUPPORT_HEADERS}")
219
+list(APPEND ALL_HEADERS "${CONFIG_HEADERS}")
220
+
221
set_target_properties(DPCTLSyclInterface
222
PROPERTIES PUBLIC_HEADER
- "${MAIN_HEADERS}"
223
+ "${ALL_HEADERS}"
224
)
225
226
if (SKBUILD)
0 commit comments