]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Fix silly typo
[apitrace] / CMakeLists.txt
index e840f21d193608b386d33edf84f72ea3511e1ea9..e327e28934a1431c7e92d2ba720f9f5112bfc317 100755 (executable)
@@ -187,6 +187,7 @@ add_library (common
     trace_writer.cpp
     trace_local_writer.cpp
     trace_model_writer.cpp
+    trace_loader.cpp
     image.cpp
     image_bmp.cpp
     image_pnm.cpp
@@ -204,7 +205,6 @@ link_libraries (common)
 add_executable (tracedump tracedump.cpp)
 install (TARGETS tracedump RUNTIME DESTINATION bin) 
 
-
 ##############################################################################
 # API tracers