Skip to content

Commit f83c50e

Browse files
committed
build: include icon for Windows
re #250
1 parent d2b1073 commit f83c50e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ SET(multivnc_SRCS
3131
dfltcfg.h
3232
)
3333

34+
if(WIN32)
35+
list(APPEND multivnc_SRCS winres.rc)
36+
endif(WIN32)
37+
3438
if(APPLE)
3539
set(executable_name MultiVNC)
3640
set(MACOSX_BUNDLE_BUNDLE_NAME "MultiVNC")

0 commit comments

Comments
 (0)