From 0c74309e2b097b75763ca91f4a8a08d027a91e65 Mon Sep 17 00:00:00 2001 From: StapleButter Date: Thu, 18 Oct 2018 14:21:16 +0200 Subject: [PATCH] also adding melon.rc, huh --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 760051d0..4c8b8a3c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,6 +156,7 @@ elseif (WIN32) src/libui_sdl/libui/windows/winpublic.cpp src/libui_sdl/libui/windows/winutil.cpp src/libui_sdl/libui/windows/resources.rc + melon.rc ) LINK_LIBRARIES("comctl32")