We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2272

Summary: Missing source files in generated project file for a filesystem component
Product: SDL Reporter: Boris Bendovsky <bibendovsky>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: trivial    
Priority: P2 CC: gabomdq
Version: 2.0.1   
Hardware: All   
OS: Windows (All)   

Description Boris Bendovsky 2013-11-26 07:27:51 UTC
Source files for filesystem component are not included in generated project file due to typo in CMakeLists.txt.

Original line:
file(GLOB FILESYSTEM_SOURCES ${SDL2_SOURCE_DIR}/src/filesytem/windows/*.c)

Corrected line:
file(GLOB FILESYSTEM_SOURCES ${SDL2_SOURCE_DIR}/src/filesystem/windows/*.c)
Comment 1 Gabriel Jacobo 2013-11-26 14:48:26 UTC
Fixed, thanks! https://hg.libsdl.org/SDL/rev/edf58197a910