-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
When I try to build for xbox 360 with cmake it throws an error, I have no experience in C++ whatsoever, but I think it's an issue with the CMakeLists.txt in the Minecraft.Client folder. It's trying to refrence a file that doesn't exist.
I may add that it also says there are no sources given to target Minecraft.Client, and that also I tried with the windows x64 and it worked fine.
Error:
CMake Error at Minecraft.Client/CMakeLists.txt:26 (add_executable):
Cannot find source file:
C:/Users/David/source/repos/MinecraftConsolesxbox2/Minecraft.Client/Common/XUI/XUI_Scene_Beacon.cpp
CMake Error at Minecraft.Client/CMakeLists.txt:26 (add_executable):
No SOURCES given to target: Minecraft.Client
To Reproduce
- When in folder, do
cmake --preset xbox360 - There's your error.
Expected behavior
It should build just fine and I would be able to run it on my Xbox 360.
Screenshots
No response
Videos
No response
Version
Build Type
- Release
- Debug
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working