]> git.cworth.org Git - apitrace-tests/blobdiff - CMakeLists.txt
Better code organization.
[apitrace-tests] / CMakeLists.txt
index d45e557b6fc090b88c45b0664ad011f249833200..cd7f9d114453ba84dc6a11b4434f614370746e9c 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)
@@ -65,14 +64,10 @@ if (MSVC)
        add_definitions (-wd4244) # conversion' conversion from 'type1' to 'type2', possible loss of data
 endif ()
 
-if (NOT APITRACE_BINARY_DIR) 
-    set (APITRACE_BINARY_DIR "${CMAKE_BINARY_DIR}/.." CACHE PATH "apitrace build directory")
-endif ()
-if (NOT EXISTS ${APITRACE_BINARY_DIR})
-    message (SEND_ERROR "Invalid APITRACE_BINARY_DIR")
-endif ()
+find_program (APITRACE_EXECUTABLE apitrace DOC "apitrace executable")
 
 enable_testing()
 
 add_subdirectory (apps)
+add_subdirectory (traces)