SFML/examples/shader/CMakeLists.txt
2025-01-04 18:08:47 -07:00

8 lines
172 B
CMake

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