Skip to content

Add a project.default_build_system and generate new project files based on build system

Shankar Giri requested to merge girivs/jucipp:master into master

The New Project menu always creates a cmake project. And there is no way to configure the default build system currently (cmake or meson).

  1. Created a project.default_build_system config ("cmake" or "meson" for now)
  2. Based on the setting, generates CMakeLists.txt or meson.build

Merge request reports