X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=8e2ac69505984c9094cf2c98d54f2dd39962d1f9;hp=d11f1430d4b9d76cf8e1ef175db8a9f8c26692b6;hb=448a72cf7f0225eace2335ec05b979c4e9a6b882;hpb=722930c167711a4b59b4f4d5a9bab20d88b3f535 diff --git a/CMakeLists.txt b/CMakeLists.txt index d11f1430..8e2ac695 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,7 +91,7 @@ else() find_package(Qt4 REQUIRED QtCore QtGui QtSvg) endif() -find_package(Boost 1.42 COMPONENTS filesystem system REQUIRED) +find_package(Boost 1.42 COMPONENTS filesystem system thread REQUIRED) # Find the platform's thread library (needed for C++11 threads). # This will set ${CMAKE_THREAD_LIBS_INIT} to the correct, OS-specific value. @@ -204,6 +204,7 @@ set(pulseview_HEADERS pv/view/header.h pv/view/logicsignal.h pv/view/marginwidget.h + pv/view/rowitem.h pv/view/ruler.h pv/view/selectableitem.h pv/view/signal.h