X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=test%2FCMakeLists.txt;h=82e80a8af5d6535b31e0d73b8bb3f3f18d406370;hb=5b8b1e47bd0d8c0d2519f83855a84f1820f1955e;hp=57ca26f0026de927c6fb60a0c77e3fd2271ed415;hpb=a9a88468dcac5f2de138f9dc4ffd0935d6927e06;p=pulseview.git diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 57ca26f0..82e80a8a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -150,6 +150,11 @@ set(PULSEVIEW_LINK_LIBS ${QT_LIBRARIES} ) +if(WIN32) + # Workaround for a MinGW linking issue. + list(APPEND PULSEVIEW_LINK_LIBS "-llzma -llcms2") +endif() + add_executable(pulseview-test ${pulseview_TEST_SOURCES} ${pulseview_TEST_HEADERS_MOC}