X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2FCMakeLists.txt;fp=apps%2FCMakeLists.txt;h=12981b36672807306f585ec9cc4ab1c95fad7fdc;hp=895ace9c637b3632b864d7d1682be5ba1a17fed5;hb=73889a4a15f4868645adf9e87abf0b4352faadc2;hpb=956433aa964937908b070c5f0ce9d8465e3751da diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 895ace9..12981b3 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -1,3 +1,7 @@ if (OPENGL_FOUND) add_subdirectory (gl) endif () + +if (EGL_FOUND) + add_subdirectory (egl) +endif ()