Article Logo
Building the engine

With out a project

Inside of engine directory

  1. Create directory where all of the projects will be generated to mkdir solutions
  2. Generate projects with cmake cmake -B solutions
  3. Visual studio solution will be generated with project Launchers/EditorLauncher

With a project

Inside of engine directory

  1. Create directory where all of the projects will be generated to mkdir solutions
  2. Generate projects with cmake cmake -B solutions
  3. Visual studio solution will be generated with project Launchers/EditorLauncher
  4. Make sure to provide following command line arguments --engine <path_to_engine_root> and --project <path_to_project_file>