diff options
author | Lectem <lectem@gmail.com> | 2024-06-08 01:28:03 +0200 |
---|---|---|
committer | Lectem <lectem@gmail.com> | 2024-06-08 01:30:55 +0200 |
commit | 6af06eecf8f90e62aecf7251a1a14ffe445455b6 (patch) | |
tree | 7e695ee25a468f6ae8fd6911649490451c9c8c20 /src/StormLib.h | |
parent | 90c5928441ea0014598c9fd45284e8143a3ebca1 (diff) |
Install CMake config file to allow `find_package(StormLib)` and linking to `StormLib::storm`
Users will now be able to do:
```cmake
find_package(StormLib CONFIG REQUIRED)
target_link_libraries(SomeTarget PRIVATE StormLib::storm)
```
Note that vcpkg now relies on this CMakeLists.txt, so if this is merged and a new version is released it will make it even easier to consume the library as it automatically detects config files.
Diffstat (limited to 'src/StormLib.h')
0 files changed, 0 insertions, 0 deletions