]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Some initial thoughts on the on-demand loading api.
[apitrace] / CMakeLists.txt
index e840f21d193608b386d33edf84f72ea3511e1ea9..2ee433a51dd1814eb0f518f22139c0fba416b351 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,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