Giter Site home page Giter Site logo

findcspdk's Introduction

FindCSPDK

CMake module, that discovers Cryptographic Service Provider Development Kit by Microsoft.

Introduction

This simple module helps to find a Cryptographic Service Provider Development Kit (CSP Development Kit) and makes possible to use it in CMake projects.

Requirements:

  • CMake 3.0 or higher

Usage

Just add FindCSPDK to the module search path as follows:

list(APPEND CMAKE_MODULE_PATH "<path_to_FindCSPDK>")

And then call find_package:

find_package(CSPDK)

You can specify any of the following components (if none specified, then all of them will be included):

  • bcrypt_provider
  • ncrypt_provider
  • cng_provider

FindCSPDK will search for the installed CSP Development Kit and define the following variables:

  • CSPDK_FOUND - if false, then CSP Development Kit is absent
  • CSPDK_ROOT - path to the root folder of CSP Development Kit
  • CSPDK_INCLUDE_DIRS - CSP Development Kit include directories
  • CSPDK_LIBRARY_DIRS_X86 - CSP Development Kit X86 library directories
  • CSPDK_LIBRARY_DIRS_X64 - CSP Development Kit X86-64 library directories
  • CSPDK_LIBRARY_DIRS - CSP Development Kit library directories for current platform
  • CSPDK_LIBRARIES - CSP Development Kit libraries to link with (depends on COMPONENTS)

Samples

Consider to visit samples directory.

License

FindCSPDK is distributed under MIT license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.