Skip to content

Commit 561b55a

Browse files
committed
core_genai_dev
1 parent 5cff21e commit 561b55a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cpp/CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,10 @@ install(TARGETS ${TARGET_NAME} EXPORT openvino_genaiTargets
9898
LIBRARY DESTINATION runtime/lib/${ARCH_DIR} COMPONENT core_genai
9999
RUNTIME DESTINATION runtime/bin/${ARCH_DIR} COMPONENT core_genai)
100100
install(TARGETS ${TARGET_NAME} EXPORT openvino_genaiTargets
101+
LIBRARY DESTINATION runtime/lib/${ARCH_DIR} COMPONENT core_genai_dev
101102
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)
103105
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/ DESTINATION runtime/include COMPONENT core_genai_dev)
104106
install(EXPORT openvino_genaiTargets FILE openvino_genaiTargets.cmake NAMESPACE openvino:: DESTINATION runtime/cmake)
105107
include(CMakePackageConfigHelpers)

0 commit comments

Comments
 (0)