Skip to content

Commit

Permalink
Add missing library destination for capture library (#8756)
Browse files Browse the repository at this point in the history
The libxrt_capture.so is plug-in runtime loaded library it must
be released to library destination on Linux and runtime destination
on windows.

Noticed stray libxrt_capture.so under CMAKE_INSTALL_PREFIX because
of the missing library destinaton for the install target.

Signed-off-by: Soren Soe <[email protected]>
  • Loading branch information
stsoe authored Feb 12, 2025
1 parent 984c1df commit 0927039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime_src/core/tools/xbtracer/src/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ endif()
# it does not have a library or namelink component
install(TARGETS xrt_capture
RUNTIME DESTINATION ${XRT_INSTALL_BIN_DIR} COMPONENT ${XRT_BASE_COMPONENT}
LIBRARY DESTINATION ${XRT_INSTALL_LIB_DIR} COMPONENT ${XRT_BASE_COMPONENT}
)

0 comments on commit 0927039

Please sign in to comment.