Skip to content

Commit

Permalink
mac test #10
Browse files Browse the repository at this point in the history
  • Loading branch information
fventuri committed Jun 9, 2024
1 parent 4989b10 commit eb7fa43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ if(APPLE)
set_target_properties(gnuradio-sdrplay3 PROPERTIES
INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib"
)
add_custom_command(TARGET gnuradio-sdrplay3
POST_BUILD COMMAND
${CMAKE_INSTALL_NAME_TOOL} -change libsdrplay_api.so.3 @rpath/libsdrplay_api.so.3 $<TARGET_FILE:gnuradio-sdrplay3>
)
endif(APPLE)

########################################################################
Expand Down

0 comments on commit eb7fa43

Please sign in to comment.