X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=6aa6e9fb92bc6537be317cfd6a219f8d61f59322;hp=d673cf81da6cd4b3d022b52eda8d5628edfeb353;hb=42a113fe1270485a0c06e22ce43860db8b48d2c3;hpb=b0d8c0dca6f8976dd6545023d3b6079e605e0acf diff --git a/CMakeLists.txt b/CMakeLists.txt index d673cf81..6aa6e9fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ list(APPEND PKGDEPS ) if(ENABLE_SIGROKDECODE) - list(APPEND PKGDEPS libsigrokdecode>=0.1.0) + list(APPEND PKGDEPS libsigrokdecode>=0.2.0) endif() find_package(PkgConfig) @@ -100,6 +100,7 @@ configure_file ( set(pulseview_SOURCES main.cpp + pv/devicemanager.cpp pv/mainwindow.cpp pv/sigsession.cpp pv/data/analog.cpp