From bf6e48020e8486b6f7d4b69a180a811098107278 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Sun, 17 Apr 2011 17:09:36 -0400 Subject: [PATCH] Add te trace_write to the trace lib --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.2