| Summary: | Missing source files in generated project file for a filesystem component | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Boris Bendovsky <bibendovsky> |
| Component: | build | Assignee: | 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) | ||
Fixed, thanks! https://hg.libsdl.org/SDL/rev/edf58197a910 |
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)