Skip to content
This repository was archived by the owner on Jul 7, 2022. It is now read-only.

Building on Windows

Cookieso edited this page Oct 22, 2021 · 1 revision

Visual Studio 2019

Install the C++-CMake-Tools for Windows component from the Visual Studio installer.

Create a new project by clicking on Clone a repository and enter https://github.com/Werechang/BakeEngine into the Repository Location field.

Open CMakeLists.txt and run it. Visual Studio should now download additional dependencies, build and run the project.

CLion

Create a project from existing sources via VCS and enter https://github.com/Werechang/BakeEngine into the URL field.

Go to Settings->Build, Execution, Deployment->Toolchains and select/add a toolchain.

Reload the CMake project and run the BakeEngine configuration.

Clone this wiki locally