This commit is contained in:
NishiOwO
2026-01-12 06:04:45 +09:00
parent e73964882e
commit c61e26f028

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)