FreeRDP/winpr/libwinpr/ncrypt/ModuleOptions.cmake
David Fort d4020e2328 winpr: implement ncrypt API
This implements the emulation for the ncrypt API and more specifically the smartcard
provider so that we can list available keys and certificates using pkcs11-helper.
2021-12-14 14:12:01 +01:00

10 lines
216 B
CMake

set(MINWIN_LAYER "1")
set(MINWIN_GROUP "core")
set(MINWIN_MAJOR_VERSION "1")
set(MINWIN_MINOR_VERSION "0")
set(MINWIN_SHORT_NAME "ncrypt")
set(MINWIN_LONG_NAME "NCrypt Functions")
set(MODULE_LIBRARY_NAME "ncrypt")