mirror of
https://github.com/yawut/SDL.git
synced 2026-03-21 17:34:36 -05:00
Added src/thread/pthread/SDL_systls.c to the CMake scripts.
This commit is contained in:
parent
3bb816105c
commit
5d512ae70e
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user