mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
9065505cd6
* [rsig] Updates rsig to 0.1.1 * Use the right usage file. * Update versions.
5 lines
180 B
Plaintext
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})
|