Fix a broken link inside README-cmake.md that's meant to send to README-linux.md
Build (All) / Create test plan (push) Has been cancelled
Build (All) / level1 (push) Has been cancelled
Build (All) / level2 (push) Has been cancelled

also made said link more consistent with other links by adding .md suffix
This commit is contained in:
Klay
2025-06-10 18:46:35 -04:00
committed by Ryan C. Gordon
parent f2bcfe3dd2
commit 71f479b4aa
+1 -1
View File
@@ -328,7 +328,7 @@ Configure your project with `-DSDL_LIBC=ON` to make use of sanitizers.
### CMake fails to build without X11 or Wayland support
Install the required system packages prior to running CMake.
See [README-linux](linux#build-dependencies) for the list of dependencies on Linux.
See [README-linux.md](README-linux.md#build-dependencies) for the list of dependencies on Linux.
Other unix operating systems should provide similar packages.
If you **really** don't need to show windows, add `-DSDL_UNIX_CONSOLE_BUILD=ON` to the CMake configure command.