文件名称:cpp_starter_project:CMake模板项目,可帮助您开始使用C ++和工具
文件大小:33KB
文件格式:ZIP
更新时间:2024-05-17 08:14:38
CMake
cpp_starter_project
入门
使用Github模板
首先,点击此页面顶部附近的绿色“ Use this template按钮。 这将带您到Github的页面。 填写存储库名称和简短描述,然后单击“从模板创建存储库”。 这将允许您在Github帐户中创建一个新存储库,该存储库中已预先填充了该项目的内容。 现在,您可以在本地克隆项目并开始工作!
$ git clone https://github.com/
【文件预览】:
cpp_starter_project-master
----CMakeLists.txt(3KB)
----.clang-tidy(177B)
----README.md(13KB)
----.github()
--------workflows()
--------FUNDING.yml(82B)
----appveyor.yml(466B)
----test()
--------CMakeLists.txt(2KB)
--------tests.cpp(325B)
--------constexpr_tests.cpp(378B)
--------catch_main.cpp(107B)
----.clang-format(3KB)
----fuzz_test()
--------CMakeLists.txt(685B)
--------fuzz_tester.cpp(652B)
----LICENSE(1KB)
----src()
--------fltk()
--------sdl()
--------main.cpp(1KB)
--------CMakeLists.txt(1KB)
--------gtkmm()
--------nana()
--------imgui()
--------qt()
----cmake()
--------Cache.cmake(808B)
--------StaticAnalyzers.cmake(1KB)
--------Conan.cmake(786B)
--------StandardProjectSettings.cmake(1KB)
--------PreventInSourceBuilds.cmake(712B)
--------CompilerWarnings.cmake(4KB)
--------Sanitizers.cmake(2KB)
--------Doxygen.cmake(333B)
----.travis.yml(1KB)
----.cmake-format.yaml(317B)