GCC, Make and CMake are famous and useful tools to build C/C++ programs. This note helps you to understand functions and how to use them properly. g++ -shared -o libV.so -I../include -c ...
During :guide:`tutorial/Installing and Testing` of the tutorial we added the ability for CMake to install the library and headers of the project. During :guide ...