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