]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Implement goto start of the frame and goto end of the frame.
[apitrace] / CMakeLists.txt
index 39ffde57885c1a5886445d7d6c976d467d292255..2ee433a51dd1814eb0f518f22139c0fba416b351 100755 (executable)
@@ -181,11 +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
@@ -203,6 +205,8 @@ link_libraries (common)
 add_executable (tracedump tracedump.cpp)
 install (TARGETS tracedump RUNTIME DESTINATION bin) 
 
+add_executable (loadertest loadertest.cpp)
+install (TARGETS loadertest RUNTIME DESTINATION bin)
 
 ##############################################################################
 # API tracers