Skip to content

Commit 964eb65

Browse files
authored
Cherry-pick PR for rel-0.30 (#633)
1 parent 25f5873 commit 964eb65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/package.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ install(TARGETS
66
onnxruntime-genai
77
LIBRARY DESTINATION lib
88
RUNTIME DESTINATION lib
9+
ARCHIVE DESTINATION lib
910
PUBLIC_HEADER DESTINATION include
1011
)
1112
if (WIN32)
12-
install(FILES $<TARGET_PDB_FILE:onnxruntime-genai> DESTINATION lib CONFIGURATIONS RelWithDebInfo)
13+
install(FILES $<TARGET_PDB_FILE:onnxruntime-genai> DESTINATION lib CONFIGURATIONS RelWithDebInfo Debug)
1314
endif()
1415
set(CPACK_PACKAGE_VENDOR "Microsoft")
1516
set(CPACK_PACKAGE_NAME "onnxruntime-genai")

0 commit comments

Comments
 (0)