]> git.notmuchmail.org Git - apitrace/blobdiff - CMakeLists.txt
Add "apitrace repack" command.
[apitrace] / CMakeLists.txt
index a98103f23f22719d8249c27824b4ff4359733ed4..9c0f2f5c180f0e9d30e90b0492cdfdbd75d72658 100755 (executable)
@@ -55,7 +55,7 @@ else ()
         if (NOT ENABLE_EGL STREQUAL "AUTO")
             set (REQUIRE_EGL REQUIRED)
         endif ()
-        pkg_check_modules (EGL egl ${REQUIRE_EGL})
+        pkg_check_modules (EGL egl glesv1_cm glesv2 ${REQUIRE_EGL})
         if (EGL_FOUND)
             include_directories (${EGL_INCLUDE_DIR})
             add_definitions (-DHAVE_EGL)
@@ -264,6 +264,8 @@ endif ()
 
 add_library (common STATIC
     common/trace_file.cpp
+    common/trace_file_read.cpp
+    common/trace_file_write.cpp
     common/trace_file_zlib.cpp
     common/trace_file_snappy.cpp
     common/trace_model.cpp