diff options
| author | daoge <3523206925@qq.com> | 2026-03-02 23:52:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 23:52:18 +0800 |
| commit | afa4efbc8513cbb8565b9700cae48648e3dffe29 (patch) | |
| tree | bf3024addd215ab6200fea48e21133a90fd13eb0 /CMakeLists.txt | |
| parent | 2145ada7ce5c1bfb8e336d7d3fd90b84af626203 (diff) | |
fix: fix resolution detection (#133)
* fix: fix UI skin/scene resolution mismatch and readd screen resolution detection
* fix: fix build in vs2022
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a9ce5f69..7b055af0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,7 @@ target_link_libraries(MinecraftClient PRIVATE MinecraftWorld d3d11 XInput9_1_0 + Shcore "${CMAKE_CURRENT_SOURCE_DIR}/Minecraft.Client/Windows64/Iggy/lib/iggy_w64.lib" "${CMAKE_CURRENT_SOURCE_DIR}/Minecraft.Client/Windows64/Miles/lib/mss64.lib" $<$<CONFIG:Debug>: |
