diff --git a/src/Magnum/MeshTools/CMakeLists.txt b/src/Magnum/MeshTools/CMakeLists.txt index 6c1e689e4..974f894c2 100644 --- a/src/Magnum/MeshTools/CMakeLists.txt +++ b/src/Magnum/MeshTools/CMakeLists.txt @@ -102,7 +102,7 @@ if(BUILD_TESTS) endif() target_link_libraries(MagnumMeshToolsTestLib PUBLIC Magnum - MagnumMeshTools) + MagnumTrade) # On Windows we need to install first and then run the tests to avoid "DLL # not found" hell, thus we need to install this too