This commit is contained in:
Nishi 2026-01-12 06:04:45 +09:00
commit c61e26f028
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

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