rename main header to vmath_all.hpp

This commit is contained in:
BlackMATov
2022-09-21 19:20:25 +07:00
parent e624cf1488
commit 914ae3ade7
5 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@
[vmath.hpp][vmath] is a header-only library. All you need to do is copy the headers files from `headers` directory into your project and include them:
```cpp
#include "vmath.hpp/vmath.hpp"
#include "vmath.hpp/vmath_all.hpp"
```
Also, you can add the root repository directory to your [cmake](https://cmake.org) project: