]> git.cworth.org Git - apitrace-tests/blobdiff - apps/egl/CMakeLists.txt
Add egl apps.
[apitrace-tests] / apps / egl / CMakeLists.txt
diff --git a/apps/egl/CMakeLists.txt b/apps/egl/CMakeLists.txt
new file mode 100644 (file)
index 0000000..395acb1
--- /dev/null
@@ -0,0 +1,13 @@
+add_subdirectory(eglut)
+
+if (OPENGL_FOUND)
+       add_subdirectory(gl)
+endif ()
+
+if (GLESV1_FOUND)
+       add_subdirectory(gles1)
+endif ()
+
+if (GLESV2_FOUND)
+       add_subdirectory(gles2)
+endif ()