mirror of
https://github.com/yawut/SDL.git
synced 2026-08-20 07:44:03 -05:00
Added src/thread/pthread/SDL_systls.c to the CMake scripts.
This commit is contained in:
@@ -698,6 +698,7 @@ macro(CheckPTHREAD)
|
||||
${SDL2_SOURCE_DIR}/src/thread/pthread/SDL_systhread.c
|
||||
${SDL2_SOURCE_DIR}/src/thread/pthread/SDL_sysmutex.c # Can be faked, if necessary
|
||||
${SDL2_SOURCE_DIR}/src/thread/pthread/SDL_syscond.c # Can be faked, if necessary
|
||||
${SDL2_SOURCE_DIR}/src/thread/pthread/SDL_systls.c
|
||||
)
|
||||
if(HAVE_PTHREADS_SEM)
|
||||
set(SOURCE_FILES ${SOURCE_FILES}
|
||||
|
||||
Reference in New Issue
Block a user