[what][build] add dwmapi to CMakeLists.txt

[why] use cmake build directly in win32
This commit is contained in:
haorui wang 2024-05-04 22:47:10 +08:00
parent 7e6df07044
commit 654e2319e4

View File

@ -2606,7 +2606,7 @@ set(WindowsFiles
list(APPEND LinkCommon ${CoreLibName} ${CMAKE_THREAD_LIBS_INIT}) list(APPEND LinkCommon ${CoreLibName} ${CMAKE_THREAD_LIBS_INIT})
if(WIN32) if(WIN32)
list(APPEND LinkCommon kernel32 user32 gdi32 shell32 comctl32 dsound xinput d3d9 winmm dinput8 ole32 winspool ksuser mf uxtheme mfplat mfreadwrite mfuuid shlwapi) list(APPEND LinkCommon kernel32 user32 gdi32 shell32 comctl32 dsound xinput d3d9 winmm dinput8 ole32 winspool ksuser dwmapi mf uxtheme mfplat mfreadwrite mfuuid shlwapi)
#setup_target_project(${TargetBin} Windows) #setup_target_project(${TargetBin} Windows)
list(APPEND NativeAppSource ${WindowsFiles}) list(APPEND NativeAppSource ${WindowsFiles})
endif() endif()