Skip to content

Commit 155ad3e

Browse files
committed
build: add icon install for Windows
re #250
1 parent f7fe05a commit 155ad3e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CMakeLists.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,13 @@ fixup_bundle(\"${APPS}\" \"\" \"${DIRS}\")
110110
endif(APPLE)
111111

112112
if(WIN32)
113-
install(TARGETS multivnc RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
114-
install(FILES README.md AUTHORS CHANGELOG.md DESTINATION .)
113+
install(TARGETS multivnc RUNTIME DESTINATION .)
114+
install(FILES README.md AUTHORS CHANGELOG.md DESTINATION .)
115+
install(DIRECTORY src/gui/res/dark DESTINATION .)
116+
install(DIRECTORY src/gui/res/light DESTINATION .)
117+
install(FILES src/gui/res/about.svg DESTINATION .)
118+
install(FILES src/gui/res/unicast.svg DESTINATION .)
119+
install(FILES src/gui/res/multicast.svg DESTINATION .)
115120
endif(WIN32)
116121

117122

0 commit comments

Comments
 (0)