flâneur

cpp-best-practices/gui_starter_template: A template CMake project to get you started with C++ and tooling

github.com · 249 words · saved by 1 readers

A template CMake project to get you started with C++ and tooling

NOTE: This Project Is Archived All efforts to maintain "Best Practices" CMake templates are being merged into https://github.com/cpp-best-practices/cmake_template Important the new cmake_template is simplified in many ways to make it more maintainable, and the goal will be to always keep it simple. About gui_starter_template This is a C++ Best Practices GitHub template for getting up and running with C++ quickly. By default (collectively known as ENABLE_DEVELOPER_MODE) Address Sanitizer and Undefined Behavior Sanitizer enabled where possible Warnings as errors clang-tidy and cppcheck…

saved by

related reading