X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=edac86111c77c4f256096afd98a694a55ea64450;hb=27d7c96b57d967edd8bcde9bb5570d573a0ef474;hp=d98ff54c87023717e0ba5660b85b637070b8138a;hpb=f9101a91fc942a28515872ae6c7285973bd54b91;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d98ff54c..edac8611 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,6 +111,7 @@ configure_file ( set(pulseview_SOURCES main.cpp pv/devicemanager.cpp + pv/devinst.cpp pv/mainwindow.cpp pv/sigsession.cpp pv/storesession.cpp @@ -158,6 +159,7 @@ 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