]> git.cworth.org Git - apitrace-tests/blob - apps/CMakeLists.txt
Add egl apps.
[apitrace-tests] / apps / CMakeLists.txt
1 if (OPENGL_FOUND)
2     add_subdirectory (gl)
3 endif ()
4
5 if (EGL_FOUND)
6     add_subdirectory (egl)
7 endif ()