mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-21 04:35:23 +08:00
Move src/main/haiku/ to src/core/
turns out that this wasn't even built as a static libSDLmain, but as part of the (possibly dynamic) libSDL3
This commit is contained in:
committed by
Sam Lantinga
parent
989a8ca90e
commit
63d3fb469d
@@ -2350,8 +2350,8 @@ elseif(HAIKU)
|
||||
set(HAVE_SDL_LOCALE TRUE)
|
||||
endif()
|
||||
|
||||
file(GLOB MAIN_SOURCES ${SDL3_SOURCE_DIR}/src/main/haiku/*.cc)
|
||||
list(APPEND SOURCE_FILES ${MAIN_SOURCES})
|
||||
file(GLOB HAIKU_CORE_SOURCES ${SDL3_SOURCE_DIR}/src/core/haiku/*.cc)
|
||||
list(APPEND SOURCE_FILES ${HAIKU_CORE_SOURCES})
|
||||
|
||||
CheckPTHREAD()
|
||||
list(APPEND EXTRA_LIBS root be media game device textencoding)
|
||||
|
||||
Reference in New Issue
Block a user