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

11 lines
239 B
CMake

set(SRCROOT ${PROJECT_SOURCE_DIR}/examples/X11)
# all source files
set(SRC ${SRCROOT}/X11.cpp)
# define the X11 target
sfml_add_example(X11Example GUI_APP
SOURCES ${SRC}
DEPENDS sfml-window OpenGL X11)