]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Fix dislexic mistake in previous change.
[apitrace] / CMakeLists.txt
index fffebf01582752b9a2d7de9302e5cb77d61876cb..4dfbbb73251005844782bd86a4812da9eb3383d4 100755 (executable)
@@ -11,7 +11,7 @@ project (apitrace)
 # still providing a mechanism to force/disable these optional dependencies, as
 # prescribed in http://www.gentoo.org/proj/en/qa/automagic.xml
 
-set (ENABLE_GUI "AUTO" CACHE STRING "Enable QT GUI.")
+set (ENABLE_GUI "AUTO" CACHE STRING "Enable Qt GUI.")
 
 
 ##############################################################################
@@ -176,6 +176,7 @@ add_library (common
     trace_model.cpp
     trace_parser.cpp
     trace_writer.cpp
+    trace_local_writer.cpp
     trace_model_writer.cpp
     image.cpp
     image_bmp.cpp