]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Move trace dumping to a separate module. Add option to not dump arg names.
[apitrace] / CMakeLists.txt
index 09386aa2a6a699c2f25572b9502e9258aeb0b2ce..177c82b8a83b7abd24ddd4bc3ae2d62ef933bf64 100755 (executable)
@@ -267,6 +267,7 @@ else ()
 endif ()
 
 add_library (common STATIC
+    common/trace_dump.cpp
     common/trace_file.cpp
     common/trace_file_read.cpp
     common/trace_file_write.cpp