Releases: walkacross/minimal-cpp-library-template
Releases · walkacross/minimal-cpp-library-template
v0.0.2
v0.0.1 simplest cpp library
- the simplest cpp library with cmake build
- the core knowledge include:
1 namespace
2 function,
3 class
4 the seperation of header and source file
5 how to use cmake build a library which is organised into multiple folders and sub-projects