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 ...
This directory contains source code examples for the CMake Tutorial. Each step has its own subdirectory containing code that may be used as a starting point. The tutorial examples are progressive so ...