From Philip Lowman, added gdi32 entry fro Mingw build
This commit is contained in:
@@ -82,4 +82,10 @@ TARGET_LINK_LIBRARIES(${LIB_NAME}
|
||||
${OPENGL_LIBRARIES}
|
||||
)
|
||||
|
||||
IF(MINGW)
|
||||
TARGET_LINK_LIBRARIES(${LIB_NAME}
|
||||
gdi32
|
||||
)
|
||||
ENDIF(MINGW)
|
||||
|
||||
INCLUDE(ModuleInstall OPTIONAL)
|
||||
|
||||
Reference in New Issue
Block a user