| .. | ||
| soultions | ||
| CMakeLists.txt | ||
| README.md | ||
| someclass.cpp | ||
Linux compilation
> mkdir build
> cd build
> cmake -DCMAKE_BUILD_TYPE=Debug ..
> make
Not exrecise
This is only example of template
| .. | ||
| soultions | ||
| CMakeLists.txt | ||
| README.md | ||
| someclass.cpp | ||
> mkdir build
> cd build
> cmake -DCMAKE_BUILD_TYPE=Debug ..
> make
This is only example of template