Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
cfnptr committed Aug 28, 2024
1 parent 438ff8e commit f5b1522
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 3 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
1. Download latest version from [visualstudio.microsoft.com](https://visualstudio.microsoft.com/downloads)
2. Launch downloaded Visual Studio installer
3. Select "Desktop development with C++" before installation
4. Add "C++ Clang tools for Windows" inside **Installation details**
5. Then click **Install** button to begin installation
4. Add "C++ Clang tools for Windows" inside **Installation details** (optional)
5. Unselect "vcpkg package manager" inside **Installation details** we will use our own
6. Finally click **Install** button to begin installation

## 2. Install Git

Expand Down
5 changes: 1 addition & 4 deletions source/system/graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,14 @@
#include "garden/system/camera.hpp"
#include "garden/system/settings.hpp"
#include "garden/system/app-info.hpp"
#include "garden/system/resource.hpp"
#include "garden/system/transform.hpp"
#include "garden/graphics/vulkan.hpp"
#include "garden/graphics/imgui-impl.hpp"
#include "garden/graphics/glfw.hpp"
#include "garden/resource/primitive.hpp"
#include "mpio/os.hpp"

#if GARDEN_DEBUG
#include "garden/system/resource.hpp"
#endif

using namespace mpio;
using namespace garden;
using namespace garden::primitive;
Expand Down

0 comments on commit f5b1522

Please sign in to comment.