CppCMakeVcpkgTemplate
CppCMakeVcpkgTemplate copied to clipboard
A template project to build a C++/CMake/vcpkg based projects with IDE and GitHub Actions. Build is sped up with caching of artifacts.
Results
3
CppCMakeVcpkgTemplate issues
Sort by
recently updated
recently updated
newest added
Vcpkg is installed with Visual Studio and available in GitHub Windows runner. Why is it necessary to include it as submodule?
C++ project typically use test frameworks like `catch2` or `gtest`.
Add some examples for adding compiler flags in the CMakeLists.txt file.