Skip to content

Commit d08e2f1

Browse files
oleksandr-pavlykZzEeKkAa
authored andcommitted
Fix install of DPCTLSyclInterface to properly install DPCTLSyclInterface on Windows
1 parent 92a68a9 commit d08e2f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libsyclinterface/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,10 @@ install(TARGETS
282282
EXPORT DPCTLSyclInterface
283283
LIBRARY
284284
DESTINATION ${CMAKE_INSTALL_PREFIX}/dpctl
285+
ARCHIVE
286+
DESTINATION ${CMAKE_INSTALL_PREFIX}/dpctl
287+
RUNTIME
288+
DESTINATION ${CMAKE_INSTALL_PREFIX}/dpctl
285289
)
286290
install(DIRECTORY
287291
${CMAKE_CURRENT_SOURCE_DIR}/include/

0 commit comments

Comments
 (0)