X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=79dd8f8b3118e424e8279cd9498f9089ba4230e9;hb=e93f553816d1938ab1917dff497a36acec4257e3;hp=6848be500153ac15381d6082391ab041fc92d825;hpb=3cc9ad7b867853315473df611612c562d562ed8a;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 6848be5..79dd8f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -147,6 +147,7 @@ set(pulseview_SOURCES pv/storesession.cpp pv/util.cpp pv/binding/binding.cpp + pv/binding/inputoutput.cpp pv/binding/device.cpp pv/data/analog.cpp pv/data/analogsegment.cpp @@ -156,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 @@ -206,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