From Philip Lowman, added gdi32 entry fro Mingw build

This commit is contained in:
Robert Osfield
2007-03-15 13:17:05 +00:00
parent 7f2586d9db
commit d4db767ec5

View File

@@ -82,4 +82,10 @@ TARGET_LINK_LIBRARIES(${LIB_NAME}
${OPENGL_LIBRARIES}
)
IF(MINGW)
TARGET_LINK_LIBRARIES(${LIB_NAME}
gdi32
)
ENDIF(MINGW)
INCLUDE(ModuleInstall OPTIONAL)