X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=79dd8f8b3118e424e8279cd9498f9089ba4230e9;hp=99314d05e8213fc9bb1e95c92fa568836169b37c;hb=e93f553816d1938ab1917dff497a36acec4257e3;hpb=0c9136370d062b08e47657e12f77518197d89339 diff --git a/CMakeLists.txt b/CMakeLists.txt index 99314d0..79dd8f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -157,6 +157,7 @@ set(pulseview_SOURCES pv/data/segment.cpp pv/dialogs/about.cpp pv/dialogs/connect.cpp + pv/dialogs/inputoutputoptions.cpp pv/dialogs/storeprogress.cpp pv/popups/deviceoptions.cpp pv/popups/channels.cpp @@ -207,6 +208,7 @@ set(pulseview_HEADERS pv/binding/device.hpp pv/dialogs/about.hpp pv/dialogs/connect.hpp + pv/dialogs/inputoutputoptions.hpp pv/dialogs/storeprogress.hpp pv/popups/channels.hpp pv/popups/deviceoptions.hpp