mirror of
https://github.com/libretro/Play-.git
synced 2025-03-03 16:57:03 +00:00
GDI+ header and libraries should already be available. No need to look for them.
This commit is contained in:
parent
6bc13c7a4f
commit
a8ced42afc
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user