add cmake install targets

This commit is contained in:
BlackMATov
2023-01-05 08:58:13 +07:00
parent caf82fc66f
commit 6c5f8a8427
10 changed files with 143 additions and 38 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/flat.hpp)
target_link_libraries(your_project_target PUBLIC flat.hpp)
target_link_libraries(your_project_target PUBLIC flat.hpp::flat.hpp)
```
## API