Building the engine
With out a project
Inside of engine directory
- Create directory where all of the projects will be generated to
mkdir solutions
- Generate projects with cmake
cmake -B solutions
- Visual studio solution will be generated with project Launchers/EditorLauncher
With a project
Inside of engine directory
- Create directory where all of the projects will be generated to
mkdir solutions
- Generate projects with cmake
cmake -B solutions
- Visual studio solution will be generated with project Launchers/EditorLauncher
- Make sure to provide following command line arguments
--engine <path_to_engine_root>
and--project <path_to_project_file>