X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=ebff3729f1b113a73ebbba68b1fa607ea07d6151;hb=ae2d1bc5b5aba9fcdd7fef42ef1bc9069267d6f7;hp=d959a9f343cf8090c2291d1d1b95603e828c9ceb;hpb=9df8453f6809f2ce038717111979474a60d5746a;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d959a9f..ebff372 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -118,7 +118,6 @@ configure_file ( set(pulseview_SOURCES main.cpp pv/devicemanager.cpp - pv/devinst.cpp pv/mainwindow.cpp pv/sigsession.cpp pv/storesession.cpp @@ -128,6 +127,11 @@ set(pulseview_SOURCES pv/data/logicsnapshot.cpp pv/data/signaldata.cpp pv/data/snapshot.cpp + pv/device/device.cpp + pv/device/file.cpp + pv/device/devinst.cpp + pv/device/inputfile.cpp + pv/device/sessionfile.cpp pv/dialogs/about.cpp pv/dialogs/connect.cpp pv/dialogs/storeprogress.cpp @@ -166,10 +170,10 @@ set(pulseview_SOURCES # This list includes only QObject derived class headers. set(pulseview_HEADERS - pv/devinst.h pv/mainwindow.h pv/sigsession.h pv/storesession.h + pv/device/devinst.h pv/dialogs/about.h pv/dialogs/connect.h pv/dialogs/storeprogress.h