Skip to content

Commit

Permalink
Linux: install the soname symlinks for playerone shared lib
Browse files Browse the repository at this point in the history
  • Loading branch information
agalasso committed Jan 4, 2025
1 parent 772c130 commit 50d3dda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion thirdparty/thirdparty.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,9 @@ if(UNIX AND NOT APPLE)
include_directories(${PHD_PROJECT_ROOT_DIR}/cameras/playerone/include)
add_definitions(-DHAVE_PLAYERONE_CAMERA=1)
list(APPEND PHD_LINK_EXTERNAL ${playerone})
list(APPEND PHD_INSTALL_LIBS ${playerone})
# install the .so and symlinks
file(GLOB playerone_so_files "${playerone}*")
list(APPEND PHD_INSTALL_LIBS ${playerone_so_files})

endif(NOT ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")

Expand Down

0 comments on commit 50d3dda

Please sign in to comment.