]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Abstract file writing operation into a class of its own.
[apitrace] / CMakeLists.txt
index fffebf01582752b9a2d7de9302e5cb77d61876cb..a543107de15ab4857c3053d31900f541c3d58265 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.")
 
 
 ##############################################################################
@@ -173,6 +173,7 @@ else (WIN32)
 endif (WIN32)
 
 add_library (common
+    trace_file.cpp
     trace_model.cpp
     trace_parser.cpp
     trace_writer.cpp