Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 322 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 322 Bytes

CppUnitLite-Cmake

Examples of basic usage of CMake

This is a repo that is used to learn some basic usage of CMake, I am not the owner or writer of the CppUnitLite.

If you want to install CppUnitLite in an convenient way, make && make install is enough:

mkdir build 
cd build
cmake ..
make
sudo make install