intel / cryptography-primitives

Apache License 2.0
319 stars 86 forks source link

Released binaries should include IPPCPConfig.cmake #8

Closed morrowa closed 4 years ago

morrowa commented 4 years ago

Adding a modern target-based CMake config file to the released binaries would allow developers to link against IPPCP with a simple find_package call in their own projects' CMakeLists.txt.

amatyuko-intc commented 4 years ago

Hello Andrew,

Thank you for the suggestion. We recently added FindIPPCrypto.cmake module to use with find_package, you can find it in the examples/ folder. We also included it in to the upcoming binaries release.

Regards, Andrey

amatyuko-intc commented 4 years ago

The binary packages starting from IPP Crypto 2020 Update 1 contain FindIPPCrypto.cmake in their examples/ folder. It can also be found in the repository here.

If you have any issues with it, please let us know.

Regards, Andrey