SFML/examples/shader/CMakeLists.txt
2024-06-07 01:01:11 +02:00

9 lines
213 B
CMake

# all source files
set(SRC Shader.cpp)
# define the shader target
sfml_add_example(shader GUI_APP
SOURCES ${SRC}
DEPENDS SFML::Graphics
RESOURCES_DIR resources)