Add font loader source to win32 build

This commit is contained in:
Justin Scofield
2023-11-24 22:12:44 -05:00
parent b147d374f6
commit 222c515898

View File

@@ -53,8 +53,11 @@ set(
set(SDL_TARGETS SDL2::SDL2)
if(WIN32 OR MINGW)
list(PREPEND SDL_TARGETS SDL2::SDL2main)
list(PREPEND SDL_TARGETS SDL2::SDL2main ws2_32)
add_definitions(-DSDL_MAIN_HANDLED)
list(APPEND YAZE_APP_CORE_SRC
app/core/platform/font_loader.cc
)
endif()
if(APPLE)