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 25f5873 commit 964eb65Copy full SHA for 964eb65
cmake/package.cmake
@@ -6,10 +6,11 @@ install(TARGETS
6
onnxruntime-genai
7
LIBRARY DESTINATION lib
8
RUNTIME DESTINATION lib
9
+ ARCHIVE DESTINATION lib
10
PUBLIC_HEADER DESTINATION include
11
)
12
if (WIN32)
- install(FILES $<TARGET_PDB_FILE:onnxruntime-genai> DESTINATION lib CONFIGURATIONS RelWithDebInfo)
13
+ install(FILES $<TARGET_PDB_FILE:onnxruntime-genai> DESTINATION lib CONFIGURATIONS RelWithDebInfo Debug)
14
endif()
15
set(CPACK_PACKAGE_VENDOR "Microsoft")
16
set(CPACK_PACKAGE_NAME "onnxruntime-genai")
0 commit comments