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 - Missing source files in generated project file for a filesystem component
Summary: Missing source files in generated project file for a filesystem component
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: 2.0.1
Hardware: All Windows (All)
: P2 trivial
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-26 07:27 UTC by Boris Bendovsky
Modified: 2013-11-26 14:48 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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