.clang-format
.gitignore
CMakeSettings.json
Jenkinsfile
LICENSE
Makefile
README.md
cpp_project_framework.cmake
cpp_project_framework_callables.cmake
make.bat
pyproject.toml
setup.cfg
./cpp_project_framework/__init__.py
./cpp_project_framework/create_new_project.py
cpp_project_framework/__init__.py
cpp_project_framework/create_new_project.py
cpp_project_framework.egg-info/PKG-INFO
cpp_project_framework.egg-info/SOURCES.txt
cpp_project_framework.egg-info/dependency_links.txt
cpp_project_framework.egg-info/entry_points.txt
cpp_project_framework.egg-info/top_level.txt
template/CMakeLists.txt
template/Doxyfile
template/README.md
template/conanfile.py
template/conanfile.txt
template/template/CMakeLists.txt
template/template/Template.cpp
template/template/Template.h
template/template/Template.hpp
template/template/Template.test.cpp
template/template/main.cpp
template/tests/benchmarks/template/Template.benchmark.cpp
template/vscode/c_cpp_properties.json
template/vscode/settings.json
test_package/CMakeLists.txt
test_package/conanfile.py
test_package/example.cpp