X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=CMakeLists.txt;h=1cd54f0da69cd31295ad939b29fb32a0e56dabe6;hp=d45e557b6fc090b88c45b0664ad011f249833200;hb=e12f45aaeec0d26c470c1cce2bc30d664c56af1e;hpb=73889a4a15f4868645adf9e87abf0b4352faadc2 diff --git a/CMakeLists.txt b/CMakeLists.txt index d45e557..1cd54f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,6 @@ if (NOT WIN32) pkg_check_modules (EGL egl) pkg_check_modules (GLESV1 glesv1_cm) pkg_check_modules (GLESV2 glesv2) - pkg_check_modules (VG vg) endif () if (UNIX) @@ -75,4 +74,5 @@ endif () enable_testing() add_subdirectory (apps) +add_subdirectory (traces)