No description
  • C++ 97.2%
  • CMake 2.8%
Find a file
2021-02-25 15:21:09 -05:00
include updated to new APTracer version 2021-02-25 14:21:13 -05:00
src typo 2021-02-25 15:21:09 -05:00
tests moved files 2020-03-31 10:11:19 -04:00
.gitattributes initial changes 2020-03-14 17:35:00 -04:00
.gitignore added mesh grometry 2020-03-31 13:32:16 -04:00
.travis.yml initial changes 2020-03-14 17:35:00 -04:00
CMakeLists.txt added lto comment 2020-07-09 07:37:42 -04:00
LICENSE Initial commit 2020-03-14 17:24:39 -04:00
README.md added config 2020-09-03 12:19:38 -04:00

tsunami

Installation:

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=..
cmake --build . --config Release
cmake --install .