]> git.cworth.org Git - apitrace/blobdiff - retrace/CMakeLists.txt
common: dump backtrace on signals
[apitrace] / retrace / CMakeLists.txt
index 913c23e1d201a43c0484a1eee188de1165a905d5..fcb8f187659bbc0b70f41b223ab5c525d9a26bfd 100644 (file)
@@ -18,6 +18,7 @@ add_custom_command (
                 glretrace.py
                 retrace.py
                 ${CMAKE_SOURCE_DIR}/specs/glapi.py
+                ${CMAKE_SOURCE_DIR}/specs/glesapi.py
                 ${CMAKE_SOURCE_DIR}/specs/gltypes.py
                 ${CMAKE_SOURCE_DIR}/specs/stdapi.py
 )
@@ -45,6 +46,7 @@ target_link_libraries (retrace_common
     ${ZLIB_LIBRARIES}
     ${SNAPPY_LIBRARIES}
     ${GETOPT_LIBRARIES}
+    ${LIBBACKTRACE_LIBRARIES}
 )
 
 add_library (glretrace_common STATIC