From: Zack Rusin Date: Sun, 17 Apr 2011 21:09:36 +0000 (-0400) Subject: Add te trace_write to the trace lib X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=bf6e48020e8486b6f7d4b69a180a811098107278;p=apitrace Add te trace_write to the trace lib --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 19ef467..0270d97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -207,7 +207,7 @@ else (WIN32) set (glws glws_glx.cpp) endif (WIN32) -add_library (trace trace_model.cpp trace_parser.cpp ${os}) +add_library (trace trace_model.cpp trace_parser.cpp trace_write.cpp ${os}) add_executable (dump dump.cpp) target_link_libraries (dump trace)