X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=e0edfbc3d86132fc66d2beafce24b8914e589e87;hp=445cb630f01154c149398b54715bdc9ee5a15d57;hb=4780b4c82daf8e6d0386411d333967782bf52d8c;hpb=f0fa92c6c431e15f2012003bd35e6e474d7fca8f diff --git a/CMakeLists.txt b/CMakeLists.txt index 445cb630..e0edfbc3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,6 +47,8 @@ set(sigrok-qt2_RESOURCES set(sigrok-qt2_TEST_SOURCES test/test.cpp + datasnapshot.cpp + logicdatasnapshot.cpp ) set(QT_USE_QTOPENGL TRUE) @@ -92,6 +94,8 @@ add_executable(sigrok-qt2-test target_link_libraries(sigrok-qt2-test ${Boost_LIBRARIES} + ${PKGDEPS_LIBRARIES} + ${QT_LIBRARIES} ) enable_testing()