czarny247 / cmake_cpp_lib

Example of CMake driven C++ project of a library + UT executable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmake_cpp_lib

Example of CMake driven C++ project of a library + UT executable.

build:

mkdir build
cd build
cmake ..
make install

About

Example of CMake driven C++ project of a library + UT executable.


Languages

Language:CMake 88.7%Language:C++ 11.3%