SFML/examples/opengl/CMakeLists.txt
2018-03-27 00:03:34 +02:00

12 lines
283 B
CMake

set(SRCROOT ${PROJECT_SOURCE_DIR}/examples/opengl)
# all source files
set(SRC ${SRCROOT}/OpenGL.cpp)
# define the opengl target
sfml_add_example(opengl GUI_APP
SOURCES ${SRC}
DEPENDS sfml-graphics OpenGL
RESOURCES_DIR resources)