9 Commits

Author SHA1 Message Date
Lukas Dürrenberger
7b9c1038cd Update SFML version to 3.0.2 2025-09-28 22:28:21 +02:00
Lukas Dürrenberger
a7b113ac5b Merge branch '2.6.x' into master 2025-01-08 15:16:46 +01:00
Chris Thrasher
574c6afe05 Use ON and OFF for CMake booleans 2024-09-11 14:36:23 -06:00
Chris Thrasher
6035a5fa5a Use SFML_ROOT to find SFML installation
This is line with modern CMake convention where -D<PackageName>_ROOT
is used to locate a given package's installation.

https://cmake.org/cmake/help/latest/variable/PackageName_ROOT.html#variable:%3CPackageName%3E_ROOT
2024-09-02 21:03:54 -06:00
Chris Thrasher
c5158c77b4 Move CSFML source files to CSFML/ directory
This helps make it easier to distinguish SFML files from CSFML files.
This is especially important for CSFML private headers which are
often C++ code with .hpp file extensions. This change means SFML and
CSFML can use headers with the same name without conflict.
2024-08-24 14:05:06 -06:00
Chris Thrasher
a9c35c8e85 Remove references to OpenAL 2024-06-27 19:35:10 +02:00
Lukas Dürrenberger
e153a8a4ce Update CSFML version to 2.6.1 2024-05-19 23:14:45 +02:00
Lukas Dürrenberger
fb9b3aeab7 Update CSFML to 2.6.0 2024-02-04 13:43:43 +01:00
Lukas Dürrenberger
c5a37aed84 Add build scripts for macOS and Windows 2021-07-11 22:37:39 +02:00