]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Add te trace_write to the trace lib
[apitrace] / 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)