X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=2ea44dba08084bf4d3bcc15f385f3d5ea7c1f873;hp=05af3458acf462527df0a0b04d1b225d9b4b70de;hb=6ab7877549ced42972b4f4f648e363e544cd1c7d;hpb=91e8bf08c9799cb1041d26bf2ff6b67abf9a420b diff --git a/CMakeLists.txt b/CMakeLists.txt index 05af3458..2ea44dba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,7 +115,8 @@ set(pulseview_SOURCES pv/dialogs/about.cpp pv/dialogs/connect.cpp pv/dialogs/decoder.cpp - pv/dialogs/deviceoptions.cpp + pv/popups/deviceoptions.cpp + pv/popups/probes.cpp pv/prop/bool.cpp pv/prop/double.cpp pv/prop/enum.cpp @@ -145,6 +146,7 @@ set(pulseview_SOURCES pv/widgets/colourbutton.cpp pv/widgets/colourpopup.cpp pv/widgets/popup.cpp + pv/widgets/popuptoolbutton.cpp pv/widgets/wellarray.cpp ) @@ -155,7 +157,14 @@ set(pulseview_HEADERS pv/data/decoder.h pv/dialogs/about.h pv/dialogs/connect.h - pv/dialogs/deviceoptions.h + pv/popups/deviceoptions.h + pv/popups/probes.h + pv/prop/bool.h + pv/prop/double.h + pv/prop/enum.h + pv/prop/int.h + pv/prop/property.h + pv/prop/string.h pv/toolbars/samplingbar.h pv/view/cursor.h pv/view/decodesignal.h @@ -171,6 +180,7 @@ set(pulseview_HEADERS pv/view/viewport.h pv/widgets/colourbutton.h pv/widgets/colourpopup.h + pv/widgets/popuptoolbutton.h pv/widgets/wellarray.h )