Browse Source

Fixed linker errors with MinGW32 build.

pull/34/head
Vladimír Vondruš 14 years ago
parent
commit
e6b5a982a4
  1. 4
      src/Plugins/TGAImporter/CMakeLists.txt

4
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()

Loading…
Cancel
Save