diff --git a/src/Plugins/TGAImporter/CMakeLists.txt b/src/Plugins/TGAImporter/CMakeLists.txt index e69d1f923..07c9e288d 100644 --- a/src/Plugins/TGAImporter/CMakeLists.txt +++ b/src/Plugins/TGAImporter/CMakeLists.txt @@ -7,3 +7,7 @@ if(BUILD_TESTS) enable_testing() add_subdirectory(Test) endif() + +if(WIN32) + target_link_libraries(TGAImporter ${CORRADE_UTILITY_LIBRARY} ${CORRADE_PLUGINMANAGER_LIBRARY}) +endif()