dwww Home | Show directory contents | Find package

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)

Generated by dwww version 1.15 on Fri May 24 05:45:03 CEST 2024.