Skip to content

Commit

Permalink
BOM change for pti.dll
Browse files Browse the repository at this point in the history
Move pti.dll from bin to lib
  • Loading branch information
tomasrodi authored Oct 3, 2024
1 parent a475353 commit bf39fa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ if(PTI_INSTALL)
[[\"\${CMAKE_INSTALL_PREFIX}/${PTI_INSTALL_LIB_DIR}/libpti*so\"]])
bomline(${BOMFILE_DIR} ${BOMFILE_DEV}
[[\"\${CMAKE_INSTALL_PREFIX}/${PTI_INSTALL_LIB_DIR}/*.lib\"]])
bomline(${BOMFILE_DIR} ${BOMFILE_RUN}
[[\"\${CMAKE_INSTALL_PREFIX}/${PTI_INSTALL_LIB_DIR}/*.dll\"]])
bomline(${BOMFILE_DIR} ${BOMFILE_RUN}
[[\"\${CMAKE_INSTALL_PREFIX}/${PTI_INSTALL_BIN_DIR}/*.dll\"]])
bomline(${BOMFILE_DIR} ${BOMFILE_RUN}
Expand Down

0 comments on commit bf39fa9

Please sign in to comment.