X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=edac86111c77c4f256096afd98a694a55ea64450;hb=d01c9439ccded6e751562996b80600a8c7397693;hp=d98ff54c87023717e0ba5660b85b637070b8138a;hpb=f9101a91fc942a28515872ae6c7285973bd54b91;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d98ff54..edac861 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