diff options
author | PoroCYon <pcy@national.shitposting.agency> | 2019-05-26 00:46:35 +0200 |
---|---|---|
committer | PoroCYon <pcy@national.shitposting.agency> | 2019-05-26 00:50:27 +0200 |
commit | ebad773a3881f31ab668cc0cbea89cc34f5cd2b7 (patch) | |
tree | 1bedf83ae85b51c5321d5f1d8bec4be311812152 /src | |
parent | 38f61a24fcdf5a78cbabc9184f55ded3b496f1d4 (diff) |
apply tgsm's changes (see PR #411 )
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/libui_sdl/libui/windows/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 72ae4bf..702edf5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -28,7 +28,7 @@ add_library(core STATIC ) if (WIN32) - target_link_libraries(core ole32 comctl32 ws2_32) + target_link_libraries(core ole32 comctl32 ws2_32 opengl32) else() target_link_libraries(core OpenGL) endif() diff --git a/src/libui_sdl/libui/windows/CMakeLists.txt b/src/libui_sdl/libui/windows/CMakeLists.txt index 4695eb4..9d5313a 100644 --- a/src/libui_sdl/libui/windows/CMakeLists.txt +++ b/src/libui_sdl/libui/windows/CMakeLists.txt @@ -29,6 +29,7 @@ list(APPEND _LIBUI_SOURCES windows/fontbutton.cpp windows/fontdialog.cpp windows/form.cpp + windows/gl.cpp windows/graphemes.cpp windows/grid.cpp windows/group.cpp |