]> sigrok.org Git - pulseview.git/blobdiff - CMakeLists.txt
Moved text colour calculation into Trace::get_text_colour
[pulseview.git] / CMakeLists.txt
index e66f12518d789830f0be707852a02239df6a77d9..4d1e9190119bc60bb0d0b4eb0a69062165e45cdd 100644 (file)
@@ -139,18 +139,21 @@ set(pulseview_SOURCES
        pv/view/trace.cpp
        pv/view/view.cpp
        pv/view/viewport.cpp
+       pv/view/decode/annotation.cpp
 )
 
 # This list includes only QObject derrived class headers
 set(pulseview_HEADERS
        pv/mainwindow.h
        pv/sigsession.h
+       pv/data/decoder.h
        pv/dialogs/about.h
        pv/dialogs/connect.h
        pv/dialogs/deviceoptions.h
        pv/toolbars/contextbar.h
        pv/toolbars/samplingbar.h
        pv/view/cursor.h
+       pv/view/decodesignal.h
        pv/view/header.h
        pv/view/logicsignal.h
        pv/view/marginwidget.h