apply tgsm's changes (see PR #411 )
This commit is contained in:
parent
38f61a24fc
commit
ebad773a38
|
@ -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()
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue