include font_loader.cc for unix
This commit is contained in:
@@ -55,9 +55,12 @@ set(SDL_TARGETS SDL2::SDL2)
|
|||||||
if(WIN32 OR MINGW)
|
if(WIN32 OR MINGW)
|
||||||
list(PREPEND SDL_TARGETS SDL2::SDL2main ws2_32)
|
list(PREPEND SDL_TARGETS SDL2::SDL2main ws2_32)
|
||||||
add_definitions(-DSDL_MAIN_HANDLED)
|
add_definitions(-DSDL_MAIN_HANDLED)
|
||||||
list(APPEND YAZE_APP_CORE_SRC
|
endif()
|
||||||
app/core/platform/font_loader.cc
|
|
||||||
)
|
if (WIN32 OR MINGW OR UNIX)
|
||||||
|
list(APPEND YAZE_APP_CORE_SRC
|
||||||
|
app/core/platform/font_loader.cc
|
||||||
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
|
|||||||
Reference in New Issue
Block a user