]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Remove spurious tag in snapdiff output.
[apitrace] / CMakeLists.txt
index ab703582b464f09b693758e4ca85f1881b326e17..19ef467f9f8ecfb911b9d91b66924bd378be68fb 100644 (file)
@@ -191,6 +191,11 @@ else ()
     )
 
     add_library (glxtrace SHARED glxtrace.cpp trace_write.cpp os_posix.cpp ${CMAKE_CURRENT_BINARY_DIR}/glproc.hpp)
+
+    set_target_properties (glxtrace PROPERTIES
+        PREFIX ""
+    )
+
     target_link_libraries (glxtrace dl)
 endif ()
 
@@ -216,7 +221,7 @@ add_custom_command (
 add_custom_command (
     OUTPUT glretrace_state.cpp
     COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/glstate.py > ${CMAKE_CURRENT_BINARY_DIR}/glretrace_state.cpp
-    DEPENDS glstate.py glenum.py stdapi.py
+    DEPENDS glstate.py glapi.py glenum.py stdapi.py
 )
 
 include_directories (