Skip to content

Commit

Permalink
Install the runtime file, too
Browse files Browse the repository at this point in the history
This makes sure the shared library, which is built when compiling with the BUILD_SHARED_LIBS flag, is installed.
  • Loading branch information
qmfrederik authored and ben-clayton committed Oct 9, 2023
1 parent d1eb95c commit 869caba
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 @@ -256,6 +256,7 @@ install(
EXPORT "${CPPDAP_TARGETS_EXPORT_NAME}"
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
INCLUDES DESTINATION "${CPPDAP_INCLUDE_INSTALL_DIR}"
)

Expand Down

0 comments on commit 869caba

Please sign in to comment.