build: update ocloc_lib installation path for runtime

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2024-08-06 11:53:31 +00:00
committed by Compute-Runtime-Automation
parent f4f6bc799e
commit 57e7147e7c
2 changed files with 5 additions and 1 deletions

View File

@@ -437,6 +437,10 @@ elseif(WIN32)
COMPONENT ocloc
)
install(TARGETS ${OCLOC_NAME}_lib
RUNTIME
DESTINATION ${CMAKE_INSTALL_BINDIR}
COMPONENT ocloc
ARCHIVE
DESTINATION ${CMAKE_INSTALL_LIBDIR}
COMPONENT ocloc
)