X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=69e62ee5e4dd3bed6757c1e20a1a3756ab66c377;hp=532e6f3b46b70305c56f19c220b8d6da3827f075;hb=53e8927dc930f88950027b159878f8d4ada7251e;hpb=bf0edd2b0cbb5f4bd5d69b0f00bcea7d037e2287 diff --git a/CMakeLists.txt b/CMakeLists.txt index 532e6f3b..69e62ee5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,9 +98,9 @@ else() endif() if(ENABLE_TESTS) - find_package(Boost 1.53 COMPONENTS filesystem system thread unit_test_framework REQUIRED) + find_package(Boost 1.53 COMPONENTS filesystem serialization system thread unit_test_framework REQUIRED) else() - find_package(Boost 1.53 COMPONENTS filesystem system thread REQUIRED) + find_package(Boost 1.53 COMPONENTS filesystem serialization system thread REQUIRED) endif() # Find the platform's thread library (needed for C++11 threads). @@ -266,7 +266,6 @@ set(pulseview_SOURCES pv/widgets/colourpopup.cpp pv/widgets/devicetoolbutton.cpp pv/widgets/exportmenu.cpp - pv/widgets/hidingmenubar.cpp pv/widgets/importmenu.cpp pv/widgets/popup.cpp pv/widgets/popuptoolbutton.cpp @@ -319,7 +318,6 @@ set(pulseview_HEADERS pv/widgets/colourpopup.hpp pv/widgets/devicetoolbutton.hpp pv/widgets/exportmenu.hpp - pv/widgets/hidingmenubar.hpp pv/widgets/importmenu.hpp pv/widgets/popup.hpp pv/widgets/popuptoolbutton.hpp