C++应用工程/库工程模版

时间:2024-02-06 14:50:39
【文件属性】:

文件名称:C++应用工程/库工程模版

文件大小:165KB

文件格式:ZIP

更新时间:2024-02-06 14:50:39

C++ 工程模版

示例项目,包含C/C++项目开发需要有的目录和文件框架。来源于谷歌code archive,可以作为项目开发的模版使用。 https://code.google.com/archive/p/cpp-project-template/ https://code.google.com/archive/p/cpp-library-project-template/


【文件预览】:
cpp-project-template
----CMakeLists.txt(4KB)
----COPYING(0B)
----bin()
----Doxyfile(9KB)
----test()
--------main.cpp(390B)
--------CMakeLists.txt(584B)
--------test.h(1KB)
--------sanity_check.cpp(675B)
----INSTALL(488B)
----docs()
----LICENSE(0B)
----include()
----configure(57B)
----ChangeLog(0B)
----thirdparty()
--------include()
--------LICENSES.txt(490B)
--------lib()
--------share()
----AUTHORS(391B)
----src()
--------main.cpp(103B)
--------CMakeLists.txt(620B)
--------app.cpp(14KB)
--------app.h(2KB)
--------appinfo.h.in.cmake(3KB)
--------appinfo.h(2KB)
----build()
----README(1010B)
----tools()
--------bin()
--------lib()
--------share()
----Makefile(965B)
----lib()
----share()
cpp-library-project-template
----CMakeLists.txt(3KB)
----COPYING(0B)
----bin()
----Doxyfile(9KB)
----test()
--------main.cpp(390B)
--------CMakeLists.txt(702B)
--------test.h(1KB)
--------sanity_check.cpp(675B)
----INSTALL(488B)
----docs()
----LICENSE(0B)
----include()
--------projectname()
----configure(57B)
----ChangeLog(0B)
----thirdparty()
--------include()
--------LICENSES.txt(490B)
--------lib()
--------share()
----AUTHORS(391B)
----src()
--------CMakeLists.txt(1KB)
--------libraryinfo.h.in.cmake(3KB)
--------version.cpp(309B)
--------libraryinfo.h(2KB)
----build()
----README(987B)
----tools()
--------bin()
--------lib()
--------share()
----Makefile(965B)
----lib()
----share()

网友评论