SFML/examples/shader/CMakeLists.txt

8 lines
172 B
CMake
Raw Normal View History

# all source files
2024-06-05 13:06:39 +02:00
set(SRC Shader.cpp)
# define the shader target
sfml_add_example(shader GUI_APP
SOURCES ${SRC}
DEPENDS SFML::Graphics)