Skip to content

walkacross/minimal-cpp-library-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimal-cpp-library-template

minimal cpp library template

how to run

1 mkdir build && cd build

2 cmake -DENABLE_UNITTEST=ON ..

3 make