SFML/examples/shader/CMakeLists.txt

8 lines
172 B
CMake
Raw Normal View History

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