Skip to content

Commit

Permalink
Fixes #2272, typo in CMakeLists.txt (thanks Boris Bendovsky!)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabomdq committed Nov 26, 2013
1 parent 1ad0d24 commit 96fe749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -829,7 +829,7 @@ elseif(WINDOWS)

if(SDL_FILESYSTEM)
set(SDL_FILESYSTEM_WINDOWS 1)
file(GLOB FILESYSTEM_SOURCES ${SDL2_SOURCE_DIR}/src/filesytem/windows/*.c)
file(GLOB FILESYSTEM_SOURCES ${SDL2_SOURCE_DIR}/src/filesystem/windows/*.c)
set(SOURCE_FILES ${SOURCE_FILES} ${FILESYSTEM_SOURCES})
set(HAVE_SDL_FILESYSTEM TRUE)
endif(SDL_FILESYSTEM)
Expand Down

0 comments on commit 96fe749

Please sign in to comment.