X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=2d62dfcbe1bee3da5b63da4d5ed9381e3401e6b4;hb=4ceab49abb3c0160cfefdefa6a9c84284d30f850;hp=445cb630f01154c149398b54715bdc9ee5a15d57;hpb=f0fa92c6c431e15f2012003bd35e6e474d7fca8f;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 445cb63..2d62dfc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,10 @@ set(sigrok-qt2_RESOURCES ) set(sigrok-qt2_TEST_SOURCES + test/logicdatasnapshot.cpp test/test.cpp + datasnapshot.cpp + logicdatasnapshot.cpp ) set(QT_USE_QTOPENGL TRUE) @@ -92,6 +95,8 @@ add_executable(sigrok-qt2-test target_link_libraries(sigrok-qt2-test ${Boost_LIBRARIES} + ${PKGDEPS_LIBRARIES} + ${QT_LIBRARIES} ) enable_testing()