X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=apps%2Fegl%2FCMakeLists.txt;fp=apps%2Fegl%2FCMakeLists.txt;h=395acb1b9ff8de0f8fd2c23bbd81c14827813ddf;hb=73889a4a15f4868645adf9e87abf0b4352faadc2;hp=0000000000000000000000000000000000000000;hpb=956433aa964937908b070c5f0ce9d8465e3751da;p=apitrace-tests diff --git a/apps/egl/CMakeLists.txt b/apps/egl/CMakeLists.txt new file mode 100644 index 0000000..395acb1 --- /dev/null +++ b/apps/egl/CMakeLists.txt @@ -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 ()