ENH: add windows apps to mingw

This commit is contained in:
Bill Hoffman 2006-04-17 13:57:08 -04:00
parent 9c2894029e
commit b4c7f843f9
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP "") # : or empty
SET(CMAKE_LIBRARY_PATH_FLAG "-L")
SET(CMAKE_LINK_LIBRARY_FLAG "-l")
SET(CMAKE_EXTRA_LINK_EXTENSIONS ".lib") # MinGW can also link to a MS .lib
SET(CMAKE_CREATE_WIN32_EXE "-mwindows")
IF(MINGW)
SET(CMAKE_FIND_LIBRARY_PREFIXES "lib" "")