Skip to content

Commit

Permalink
Fix dynamic linking on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatdongdang committed Sep 9, 2024
1 parent cfbf035 commit af8b0ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ set_target_properties(${PROJECT_NAME}
VERSION ${PROJECT_VERSION}
SOVERSION 1
PUBLIC_HEADER "${MCPP_INCLUDE_FILES}"
INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib"
)

install(TARGETS ${PROJECT_NAME}
Expand Down

0 comments on commit af8b0ca

Please sign in to comment.