Skip to content

Commit

Permalink
Merge pull request #300 from uilianries/cmake/optional-install
Browse files Browse the repository at this point in the history
CMake install: Set .dll location to bin folder
  • Loading branch information
christian-rauch authored Nov 15, 2023
2 parents 35f4e83 + e5cb872 commit ebdb201
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 @@ -101,6 +101,7 @@ write_basic_package_version_file("${version_config}" COMPATIBILITY SameMajorVers
install(TARGETS ${PROJECT_NAME} EXPORT ${targets_export_name}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)

install(EXPORT ${targets_export_name}
Expand Down

0 comments on commit ebdb201

Please sign in to comment.