SFML/test
Chris Thrasher 4586db91a9 Add SFML:: namespace to targets
This removes the sfml- prefixed targets from the export set. The sfml-
prefixed targets are still available within the build tree but not to
downstream users thus making this an API breaking change when compared
to the 2.x releases. To keep things consistent, usage of the sfml-
targets were replaced with their namespaced counterparts.

This has a number of benefits:

  1. It's more idiomatic. Modern CMake libraries are expected to
     have namespaced targets.

  2. Namespaced targets are less likely to collide with user-defined
     targets. No one will accidentally define a SFML:: target.

  3. If a namespaced target is not found by CMake, configuration
     will immediately stop.
2022-01-11 22:27:39 +01:00
..
Graphics Add tests for sf::Transform 2022-01-08 15:06:12 +01:00
Network Replace Catch with Doctest 2021-12-24 15:06:32 +01:00
System Use operator<< for printing during test failure 2022-01-07 20:04:54 +01:00
TestUtilities Add tests for sf::Transform 2022-01-08 15:06:12 +01:00
Window Use operator<< for printing during test failure 2022-01-07 20:04:54 +01:00
CMakeLists.txt Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
DoctestMain.cpp Replace Catch with Doctest 2021-12-24 15:06:32 +01:00