hpp-skel:Skeleton for C ++仅标头库

时间:2021-05-22 19:30:03
【文件属性】:
文件名称:hpp-skel:Skeleton for C ++仅标头库
文件大小:24KB
文件格式:ZIP
更新时间:2021-05-22 19:30:03
CMake Skeleton for C ++仅标头库,可以包含在其他C ++项目中。 该存储库本身是一个帮助程序库。 要将其用于特定项目,请编辑文件名并进行相应的测试。 用法 # include < include> using namespace hello_world ; // exclaim a string std::string value = exclaim( " hello " ); std::clog << value> hello! 测试 # build test binaries make # run tests make test # run bench tests make bench 默认的测试二进制文件将以发布模式构建。 您还可以制作Debug测试二进制文件: make clean make debug make tes
【文件预览】:
hpp-skel-master
----.clang-format(3KB)
----.gitignore(85B)
----codecov.yml(30B)
----Makefile(1KB)
----LICENSE.md(6KB)
----.travis.yml(2KB)
----CONTRIBUTING.md(1KB)
----CHANGELOG.md(2KB)
----bench()
--------run.cpp(1KB)
----scripts()
--------coverage.sh(1KB)
--------format.sh(853B)
--------clang-tidy.sh(1KB)
--------setup.sh(4KB)
--------liftoff.sh(745B)
----README.md(8KB)
----cmake()
--------mason.cmake(10KB)
----include()
--------hello_world.hpp(280B)
--------hello_world()
----.clang-tidy(1KB)
----test()
--------test.cpp(481B)
----CMakeLists.txt(2KB)

网友评论