We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fe05a commit 155ad3eCopy full SHA for 155ad3e
CMakeLists.txt
@@ -110,8 +110,13 @@ fixup_bundle(\"${APPS}\" \"\" \"${DIRS}\")
110
endif(APPLE)
111
112
if(WIN32)
113
- install(TARGETS multivnc RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
114
- install(FILES README.md AUTHORS CHANGELOG.md DESTINATION .)
+ install(TARGETS multivnc RUNTIME DESTINATION .)
+ 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 .)
120
endif(WIN32)
121
122
0 commit comments