apply tgsm's changes (see PR #411 )

This commit is contained in:
PoroCYon 2019-05-26 00:46:35 +02:00
parent 38f61a24fc
commit ebad773a38
2 changed files with 2 additions and 1 deletions

View File

@ -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()

View File

@ -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