summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-gcc.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/Windows-gcc.cmake')
-rw-r--r--Modules/Platform/Windows-gcc.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-gcc.cmake b/Modules/Platform/Windows-gcc.cmake
index 949cc56..779d1e5 100644
--- a/Modules/Platform/Windows-gcc.cmake
+++ b/Modules/Platform/Windows-gcc.cmake
@@ -15,3 +15,8 @@ SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "") # -rpath
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP "") # : or empty
SET(CMAKE_LIBRARY_PATH_FLAG "-L")
SET(CMAKE_LINK_LIBRARY_FLAG "-l")
+
+IF(MINGW)
+ SET(CMAKE_FIND_LIBRARY_PREFIXES "lib" "")
+ SET(CMAKE_FIND_LIBRARY_SUFFIXES ".dll" ".dll.a" ".a")
+ENDIF(MINGW)