Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added src/thread/pthread/SDL_systls.c to the CMake scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 11, 2013
1 parent 7b2d347 commit 902f493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/sdlchecks.cmake
Expand Up @@ -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}
Expand Down

0 comments on commit 902f493

Please sign in to comment.