forked from pyrite-dev/milsko
yeah
This commit is contained in:
parent
e73964882e
commit
c61e26f028
1 changed files with 5 additions and 0 deletions
|
|
@ -152,6 +152,11 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
|||
USE_GDI
|
||||
)
|
||||
list(APPEND LIBRARIES gdi32)
|
||||
target_link_options(
|
||||
Mw
|
||||
PRIVATE
|
||||
-static-libgcc
|
||||
)
|
||||
else()
|
||||
find_package(PkgConfig)
|
||||
pkg_check_modules(X11 REQUIRED x11)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue