]> git.cworth.org Git - apitrace-tests/blobdiff - CMakeLists.txt
Don't search for vg module.
[apitrace-tests] / CMakeLists.txt
index d45e557b6fc090b88c45b0664ad011f249833200..1cd54f0da69cd31295ad939b29fb32a0e56dabe6 100644 (file)
@@ -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)