Aggiorna Minecraft.Client/CMakeLists.txt

This commit is contained in:
Lord_Cambion 2026-04-01 22:32:25 +02:00
parent 4ee0e9e5e9
commit bd7a02fe3b

View file

@ -23,7 +23,7 @@ set(MINECRAFT_CLIENT_SOURCES
${SOURCES_COMMON} ${SOURCES_COMMON}
) )
add_executable(Minecraft.Client ${MINECRAFT_CLIENT_SOURCES} "PhantomModel.h" "PhantomModel.cpp" "PhantomRenderer.h" "PhantomRenderer.cpp") add_executable(Minecraft.Client ${MINECRAFT_CLIENT_SOURCES} )
# Only define executable on windows # Only define executable on windows
if(PLATFORM_NAME STREQUAL "Windows64") if(PLATFORM_NAME STREQUAL "Windows64")