-
Jason Turner (known from cppcast) has following project: https://github.com/cpp-best-practices/cpp_starter_project
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Check out cmake-init. You have a few options to use those dependencies.
-
Are they only on git(hub)? You can write a vcpkg overlay port (example) or use FetchContent if the projects are FetchContent ready in a way that doesn't force FetchContent on people trying to build the project (example).
-
Are they only on git(hub)? You can write a vcpkg overlay port (example) or use FetchContent if the projects are FetchContent ready in a way that doesn't force FetchContent on people trying to build the project (example).
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
CMake-init – The missing CMake project initializer
-
CMake install schema for single- and multi-config generators
-
cgen: another declarative CMake configuration generator
-
How does one actually build a C++ project
-
CMakeList.txt, add_executable vs. add_library vs. target_link_libraries vs. target_link_directories