cpp-best-practices / gui_starter_template

A template CMake project to get you started with C++ and tooling
The Unlicense
2.5k stars 447 forks source link

Update setup_cpp_linux and adds missing tools #206

Closed euripedesrocha closed 2 years ago

euripedesrocha commented 2 years ago
ddalcino commented 2 years ago

This looks like it could be really useful, except for 2 things:

  1. This belongs on https://github.com/cpp-best-practices/cpp_boilerplate_project
  2. Do you have a link to a successful CI build on GItlab? I don't have a Gitlab account with which to test this myself.
euripedesrocha commented 2 years ago

Hi, I will point an MR to boilerplate, but shouldn't it be updated here also? I will set up a public repository with passing CI and add the link.

ddalcino commented 2 years ago

Hi, I will point an MR to boilerplate, but shouldn't it be updated here also?

cpp_boilerplate_project is upstream of this project. All changes there will reach this project, and all of the other projects derived from it. If you make a PR for both projects, one of them will be an unnecessary duplicate.

I will set up a public repository with passing CI and add the link.

Thanks!

lefticus commented 2 years ago

Closing this PR in favor of moving to boilerplate_project. I really wish there was an automated way to do that...