Skip to content

Commit

Permalink
Install DLLs to bin on Windows. Fixes #43
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Jun 2, 2020
1 parent 3a42a9c commit 087cda1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
3 changes: 2 additions & 1 deletion icons/win32/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
add_library(PlasmaShell SHARED PlasmaShell.cpp PlasmaShell.rc)

install(TARGETS PlasmaShell
DESTINATION .
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
)
4 changes: 0 additions & 4 deletions src/PlasmaShop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@ if(APPLE)
install(TARGETS PlasmaShop
BUNDLE DESTINATION .
)
elseif(WIN32)
install(TARGETS PlasmaShop
DESTINATION .
)
else()
install(TARGETS PlasmaShop
DESTINATION bin
Expand Down
4 changes: 0 additions & 4 deletions src/PrpShop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ if(APPLE)
install(TARGETS PrpShop
BUNDLE DESTINATION .
)
elseif(WIN32)
install(TARGETS PrpShop
DESTINATION .
)
else()
install(TARGETS PrpShop
DESTINATION bin
Expand Down
4 changes: 0 additions & 4 deletions src/VaultShop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ if(APPLE)
install(TARGETS VaultShop
BUNDLE DESTINATION .
)
elseif(WIN32)
install(TARGETS VaultShop
DESTINATION .
)
else()
install(TARGETS VaultShop
DESTINATION bin
Expand Down

0 comments on commit 087cda1

Please sign in to comment.