Skip to content

Commit

Permalink
cmake: keep dependencies in lib folder for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
amurzeau committed Jan 16, 2022
1 parent 98b5ad9 commit d2a05f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion damc_gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if(TARGET QtDependencies)
${TARGET_NAME}
spdlog
RUNTIME DESTINATION ./
LIBRARY DESTINATION ./)
LIBRARY DESTINATION lib/)

if(MINGW)
include(InstallRequiredSystemLibraries)
Expand Down
2 changes: 1 addition & 1 deletion damc_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ install(TARGETS
PortAudio
spdlog
RUNTIME DESTINATION ./
LIBRARY DESTINATION ./
LIBRARY DESTINATION lib/
)

if(MINGW)
Expand Down

0 comments on commit d2a05f7

Please sign in to comment.