SFML/examples
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
..
android Update Android example build to C++17 2021-12-15 12:52:27 +01:00
assets Update examples for iOS including touch support, proper handling of window resize, launch screens and icons 2019-01-19 01:34:30 +01:00
cocoa Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
ftp Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
island Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
joystick Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
opengl Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
shader Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
sockets Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
sound Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
sound_capture Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
tennis Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
voip Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
vulkan Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
win32 Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
window Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
X11 Add SFML:: namespace to targets 2022-01-11 22:27:39 +01:00
asset_licenses.md Add MP3 decoding support using 'minimp3' 2021-12-08 08:19:08 +01:00
CMakeLists.txt Only build Cocoa example when using Xcode 2022-01-04 23:05:23 +01:00