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/windows/SDL_systls.c to CMakeLists.txt (thanks, Char…
Browse files Browse the repository at this point in the history
…les!).

Fixes Bugzilla #1955.
  • Loading branch information
icculus committed Jul 11, 2013
1 parent 807a673 commit c918214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -795,6 +795,7 @@ elseif(WINDOWS)
${SDL2_SOURCE_DIR}/src/thread/windows/SDL_sysmutex.c
${SDL2_SOURCE_DIR}/src/thread/windows/SDL_syssem.c
${SDL2_SOURCE_DIR}/src/thread/windows/SDL_systhread.c
${SDL2_SOURCE_DIR}/src/thread/windows/SDL_systls.c
${SDL2_SOURCE_DIR}/src/thread/generic/SDL_syscond.c)
set(HAVE_SDL_THREADS TRUE)
endif(SDL_THREADS)
Expand Down

0 comments on commit c918214

Please sign in to comment.