mirror of
https://github.com/libretro/Play-.git
synced 2024-12-04 07:20:56 +00:00
comctl32 is needed by Framework_Win32 and not PsfPlayer or Play!
This commit is contained in:
parent
bd5472d23f
commit
e18b8e1266
@ -72,7 +72,7 @@ if(TARGET_PLATFORM_WIN32)
|
||||
endif()
|
||||
list(APPEND PROJECT_LIBS Framework_Win32)
|
||||
|
||||
list(APPEND PROJECT_LIBS comctl32 uxtheme opengl32 glu32 dinput8 d3d9 vfw32 winmm gdiplus Boost::date_time)
|
||||
list(APPEND PROJECT_LIBS uxtheme opengl32 glu32 dinput8 d3d9 vfw32 winmm gdiplus Boost::date_time)
|
||||
|
||||
endif()
|
||||
|
||||
|
@ -48,7 +48,7 @@ if(TARGET_PLATFORM_WIN32)
|
||||
list(APPEND PROJECT_LIBS d3dcompiler)
|
||||
endif()
|
||||
|
||||
list(APPEND PROJECT_LIBS comctl32 uxtheme opengl32 glu32 dinput8 d3d9 vfw32 winmm gdiplus Boost::date_time)
|
||||
list(APPEND PROJECT_LIBS uxtheme opengl32 glu32 dinput8 d3d9 vfw32 winmm gdiplus Boost::date_time)
|
||||
|
||||
if(NOT TARGET gsh_opengl_win32)
|
||||
add_library(gsh_opengl_win32 STATIC
|
||||
|
@ -83,7 +83,7 @@ set(WIN32_SRC
|
||||
)
|
||||
|
||||
add_executable(PsfPlayer WIN32 ${WIN32_SRC} Res.rc)
|
||||
target_link_libraries(PsfPlayer PUBLIC d3d9 uxtheme Comctl32 ${PROJECT_LIBS} ${CMAKE_CURRENT_SOURCE_DIR}/../../../../../Dependencies/tdemu-1.10/TDEmu64.lib ${AUDIO_LIBS})
|
||||
target_link_libraries(PsfPlayer PUBLIC d3d9 uxtheme ${PROJECT_LIBS} ${CMAKE_CURRENT_SOURCE_DIR}/../../../../../Dependencies/tdemu-1.10/TDEmu64.lib ${AUDIO_LIBS})
|
||||
target_include_directories(PsfPlayer
|
||||
PUBLIC
|
||||
./
|
||||
|
Loading…
Reference in New Issue
Block a user