]> git.cworth.org Git - apitrace/commitdiff
Add te trace_write to the trace lib
authorZack Rusin <zack@kde.org>
Sun, 17 Apr 2011 21:09:36 +0000 (17:09 -0400)
committerZack Rusin <zack@kde.org>
Sun, 17 Apr 2011 21:09:36 +0000 (17:09 -0400)
CMakeLists.txt

index 19ef467f9f8ecfb911b9d91b66924bd378be68fb..0270d979184c2d3003f0a05498301665e0f50c66 100644 (file)
@@ -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)