File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,10 @@ install(TARGETS ${TARGET_NAME} EXPORT openvino_genaiTargets
98
98
LIBRARY DESTINATION runtime/lib/${ARCH_DIR} COMPONENT core_genai
99
99
RUNTIME DESTINATION runtime/bin/${ARCH_DIR} COMPONENT core_genai)
100
100
install (TARGETS ${TARGET_NAME} EXPORT openvino_genaiTargets
101
+ LIBRARY DESTINATION runtime/lib/${ARCH_DIR} COMPONENT core_genai_dev
101
102
ARCHIVE DESTINATION runtime/lib/${ARCH_DIR} COMPONENT core_genai_dev
102
- INCLUDES DESTINATION runtime/include )
103
+ RUNTIME DESTINATION runtime/bin/${ARCH_DIR} COMPONENT core_genai_dev
104
+ INCLUDES DESTINATION runtime/include COMPONENT core_genai_dev)
103
105
install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /include / DESTINATION runtime/include COMPONENT core_genai_dev)
104
106
install (EXPORT openvino_genaiTargets FILE openvino_genaiTargets.cmake NAMESPACE openvino:: DESTINATION runtime/cmake)
105
107
include (CMakePackageConfigHelpers)
You can’t perform that action at this time.
0 commit comments