mirror of
https://github.com/guillaumetousignant/tsunami.git
synced 2026-07-23 10:41:03 -04:00
No description
- C++ 97.2%
- CMake 2.8%
| include | ||
| src | ||
| tests | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
tsunami
Installation:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=..
cmake --build . --config Release
cmake --install .