Add icon for win32

This commit is contained in:
yefengeeeeeeeeeee
2026-03-28 18:12:34 +08:00
parent cbd81b47ce
commit f1e8932fbd
3 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ if (${PLATFORM} STREQUAL "Desktop")
endif()
if (WIN32)
target_sources(MinecraftPE PRIVATE data/images/pe.rc)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
include_directories(misc/windows)
set(EXTRA_LIBS ws2_32 winhttp)