Skip to content

Commit

Permalink
Cherry-pick PR for rel-0.30 (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani authored Jun 21, 2024
1 parent 25f5873 commit 964eb65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ install(TARGETS
onnxruntime-genai
LIBRARY DESTINATION lib
RUNTIME DESTINATION lib
ARCHIVE DESTINATION lib
PUBLIC_HEADER DESTINATION include
)
if (WIN32)
install(FILES $<TARGET_PDB_FILE:onnxruntime-genai> DESTINATION lib CONFIGURATIONS RelWithDebInfo)
install(FILES $<TARGET_PDB_FILE:onnxruntime-genai> DESTINATION lib CONFIGURATIONS RelWithDebInfo Debug)
endif()
set(CPACK_PACKAGE_VENDOR "Microsoft")
set(CPACK_PACKAGE_NAME "onnxruntime-genai")
Expand Down

0 comments on commit 964eb65

Please sign in to comment.