File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -283,16 +283,21 @@ install(TARGETS
283
283
EXPORT DPCTLSyclInterface
284
284
LIBRARY
285
285
DESTINATION ${CMAKE_INSTALL_PREFIX} /dpctl
286
+ ARCHIVE
287
+ DESTINATION ${CMAKE_INSTALL_PREFIX} /dpctl
288
+ RUNTIME
289
+ DESTINATION ${CMAKE_INSTALL_PREFIX} /dpctl
286
290
)
287
291
install (DIRECTORY
288
292
${CMAKE_CURRENT_SOURCE_DIR} /include/
289
293
DESTINATION ${CMAKE_INSTALL_PREFIX} /dpctl/include
290
294
FILES_MATCHING REGEX "\\ .h(pp)?$"
291
295
)
292
296
293
- install (EXPORT DPCTLSyclInterface
294
- FILE DPCTLSyclInterface.cmake
295
- DESTINATION cmake/DPCTLSyclInterface
297
+ install (EXPORT
298
+ DPCTLSyclInterface
299
+ FILE DPCTLSyclInterface.cmake
300
+ DESTINATION cmake/DPCTLSyclInterface
296
301
)
297
302
298
303
# Add sub-directory to build the dpctl C API test cases
You can’t perform that action at this time.
0 commit comments