X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=CMakeLists.txt;h=2ee433a51dd1814eb0f518f22139c0fba416b351;hb=712429a22a8cc9d51b620d433ade6d327fbabbf0;hp=e840f21d193608b386d33edf84f72ea3511e1ea9;hpb=07348d58030f889a4ec11bfcef9a32628e55afa4;p=apitrace diff --git a/CMakeLists.txt b/CMakeLists.txt index e840f21..2ee433a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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