2014-09-30 16:07:25 +02:00
|
|
|
# all source files
|
2022-06-12 10:48:48 -06:00
|
|
|
set(SRC X11.cpp)
|
2014-09-30 16:07:25 +02:00
|
|
|
|
|
|
|
# define the X11 target
|
2018-03-20 19:46:57 +01:00
|
|
|
sfml_add_example(X11Example GUI_APP
|
2014-09-30 16:07:25 +02:00
|
|
|
SOURCES ${SRC}
|
2021-12-28 22:28:50 -07:00
|
|
|
DEPENDS SFML::Window X11)
|
2021-04-20 15:59:24 +02:00
|
|
|
|
|
|
|
# external dependency headers
|
2022-04-04 12:13:03 -06:00
|
|
|
target_include_directories(X11Example SYSTEM PRIVATE ${PROJECT_SOURCE_DIR}/examples/X11)
|