]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Fix silly typo
[apitrace] / CMakeLists.txt
index 67d327a6c6a32d02d110f7115cb7f5e923f5b3ee..e327e28934a1431c7e92d2ba720f9f5112bfc317 100755 (executable)
@@ -181,10 +181,13 @@ endif (WIN32)
 
 add_library (common
     trace_file.cpp
+    trace_snappyfile.cpp
     trace_model.cpp
     trace_parser.cpp
     trace_writer.cpp
+    trace_local_writer.cpp
     trace_model_writer.cpp
+    trace_loader.cpp
     image.cpp
     image_bmp.cpp
     image_pnm.cpp
@@ -202,7 +205,6 @@ link_libraries (common)
 add_executable (tracedump tracedump.cpp)
 install (TARGETS tracedump RUNTIME DESTINATION bin) 
 
-
 ##############################################################################
 # API tracers