cmake SFML examples

RavEngine/RavEngine deps/RmlUi/CMake/DependenciesForBackends.cmake :96

find_package("SFML" "2" COMPONENTS ${RMLUI_SFML_REQUIRED_COMPONENTS} QUIET)

zedrex/algosketch CMakeLists.txt :8

find_package(SFML 2.5.1 COMPONENTS audio graphics window system REQUIRED)

CasparCG/server src/CMakeModules/Bootstrap_Linux.cmake :39

find_package(SFML 2 COMPONENTS graphics window REQUIRED)

miguelmartin75/anax examples/CMakeLists.txt :6

find_package(SFML 2 COMPONENTS system window graphics REQUIRED)

Organic-Code/ImTerm example/cmake/SFML.cmake :15

find_package(SFML ${SFML_MINIMUM_SYSTEM_VERSION} COMPONENTS system window graphics audio CONFIG)

averrin/mapgen-viewer CMakeLists.txt :123

find_package(SFML 2 REQUIRED system window graphics network audio)

fabianschuiki/OpenSkyscraper CMakeLists.txt :103

find_package(SFML REQUIRED audio graphics window system)

Hapaxia/SelbaWard CMakeLists.txt :4

find_package(SFML 3 REQUIRED COMPONENTS Graphics)

vittorioromeo/ecst CMakeLists.txt :26

find_package(SFML)

phisko/kengine kengine/render/sfml/CMakeLists.txt :7

find_package(SFML COMPONENTS system window graphics CONFIG REQUIRED)

Madour/LDtkLoader examples/SFML/CMakeLists.txt :9

find_package(SFML REQUIRED COMPONENTS graphics)

RedTopper/Super-Haxagon driver/SFML/sfml.cmake :10

find_package(SFML 2 COMPONENTS system window graphics audio QUIET)

jdmclark/gorc CMakeLists.txt :25

find_package(SFML 2 REQUIRED COMPONENTS graphics audio window system)

Cirrus-Minor/witchblast CMakeLists.txt :72

find_package(SFML 2.2 REQUIRED system window graphics audio network)

Tinob/Ishiiruka CMakeLists.txt :643

find_package(SFML ${SFML_REQD_VERSION} COMPONENTS network system)

SwagSoftware/Kisak-Strike thirdparty/RmlUi/CMakeLists.txt :632

find_package(SFML 2 COMPONENTS graphics window system main)

KhronosGroup/OpenCL-SDK cmake/Dependencies/SFML/SFML.cmake :2

find_package(SFML 2
    QUIET
    CONFIG
    COMPONENTS window graphics
  )

angeluriot/Galaxy_simulation CMakeLists.txt :76

find_package(SFML 2.5.1 COMPONENTS REQUIRED system window graphics PATHS ${SFML_PATH})

Hopson97/Empire CMakeLists.txt :43

find_package(SFML REQUIRED audio network graphics window system)

tizian/Cendric2 CMakeLists.txt :49

find_package(SFML 2.5 COMPONENTS graphics window audio system)

johnBuffer/NovaBug CMakeLists.txt :9

find_package(SFML 2 REQUIRED COMPONENTS graphics system window)

maisvendoo/RRS simulator/freejoy/CMakeLists.txt :30

find_package(SFML COMPONENTS System Window REQUIRED)