vcpkg/ports/rsig/usage
Sean Farrell 9065505cd6
[rsig] Updates rsig to 0.1.1 (#25669)
* [rsig] Updates rsig to 0.1.1

* Use the right usage file.

* Update versions.
2022-07-13 13:52:54 -07:00

5 lines
180 B
Plaintext

The package rsig is header only and can be used from CMake via:
find_path(RSIG_INCLUDE_DIRS "rsig/rsig.h")
target_include_directories(main PRIVATE ${RSIG_INCLUDE_DIRS})