Added src/thread/pthread/SDL_systls.c to the CMake scripts.
--HG-- extra : rebase_source : 53362426e55c8271f8ea19d2e74997d1f01ea52b
This commit is contained in:
parent
8d546288b9
commit
bcef7dbe16
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue