diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-06 00:43:30 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | be0fa26e85de1edaa5c7e0e68d62d9f59f854753 (patch) | |
| tree | 02f47c01667e5958cc724750890f64c88e45bce1 /test/CMakeLists.txt | |
| parent | b3dd00270e6d644864ced766a0f1ec2bb3a89a78 (diff) | |
Test seems to work if linking QtApng installed on system
Diffstat (limited to 'test/CMakeLists.txt')
| -rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 840eabc1..e09e48e3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -4,4 +4,4 @@ find_package(Catch2 REQUIRED) add_executable(test test_aopacket.cpp test_caseloading.cpp test_apng.cpp test_bass.cpp ../include/aopacket.h ../src/aopacket.cpp) target_include_directories(test PRIVATE ../include) target_link_directories(test PRIVATE ../lib) -target_link_libraries(test PRIVATE Qt5::Core Qt5::Gui Catch2::Catch2 bass bassopus) +target_link_libraries(test PRIVATE Qt5::Core Qt5::Gui Catch2::Catch2 bass bassopus qapng) |
