6 DESTINATION "${CMAKE_INSTALL_DOCDIR}/examples"
10 # ----------------------------------------------------------------------------
11 # Target: simple-x11-egl (executable)
12 # ----------------------------------------------------------------------------
14 if(waffle_on_linux AND waffle_has_x11_egl)
15 add_executable(simple-x11-egl simple-x11-egl.c)
16 target_link_libraries(simple-x11-egl ${waffle_libname})
19 # ----------------------------------------------------------------------------
20 # Target: gl_basic (executable)
21 # ----------------------------------------------------------------------------
23 add_executable(gl_basic gl_basic.c)
24 target_link_libraries(gl_basic ${waffle_libname} ${GETOPT_LIBRARIES})
27 set_target_properties(gl_basic