]> sigrok.org Git - pulseview.git/blobdiff - CMakeLists.txt
RowItem: Combined appearance change signals into appearance_changed()
[pulseview.git] / CMakeLists.txt
index d11f1430d4b9d76cf8e1ef175db8a9f8c26692b6..8e2ac69505984c9094cf2c98d54f2dd39962d1f9 100644 (file)
@@ -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