GDI+ header and libraries should already be available. No need to look for them.

This commit is contained in:
Jean-Philip Desjardins 2017-04-27 09:53:05 -04:00
parent 6bc13c7a4f
commit a8ced42afc

View File

@ -155,10 +155,6 @@ if(WIN32)
list(APPEND PROJECT_LIBS ${DirectX_D3DX9_LIBRARY})
include_directories(${DirectX_D3D9_INCLUDE_DIR} ${DirectX_D3DX9_INCLUDE_DIR})
find_package(GDIPLUS REQUIRED)
list(APPEND PROJECT_LIBS ${GDIPLUS_LIBRARIES})
include_directories(${GDIPLUS_INCLUDE_DIR})
list(APPEND PROJECT_LIBS comctl32 uxtheme opengl32 glu32 dxguid dinput8 vfw32 winmm gdiplus d3dcompiler Boost::date_time)
endif()