Instructions:

  1. Select libraries
  2. Enter project name
  3. Click "Generate"
  4. Paste command into comand line

Output:

The script creates a new folder <project_name> in your current working directory. The resulting folder structure is as follows:
- <project_name>
  - .gitignore
  - README.md
  - CMakeLists.txt
  - src
    - main.cc
  - extern
    - your_submodule_1
    - your_submodule_2
  - bin