X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=test%2FCMakeLists.txt;h=82e80a8af5d6535b31e0d73b8bb3f3f18d406370;hp=57ca26f0026de927c6fb60a0c77e3fd2271ed415;hb=7cfb538d044b7400f2c62695cde4e9b0e440bb3d;hpb=a9a88468dcac5f2de138f9dc4ffd0935d6927e06 diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 57ca26f..82e80a8 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}