add cmake install targets

This commit is contained in:
BlackMATov
2023-01-05 08:20:27 +07:00
parent d97f925f6c
commit 4bddb395fb
11 changed files with 124 additions and 45 deletions

View File

@@ -41,7 +41,7 @@ Also, you can add the root repository directory to your [cmake](https://cmake.or
```cmake
add_subdirectory(external/vmath.hpp)
target_link_libraries(your_project_target PUBLIC vmath.hpp)
target_link_libraries(your_project_target PUBLIC vmath.hpp::vmath.hpp)
```
## Disclaimer