ModuleOptions.cmake 347 B

123456789
  1. set(MINWIN_LAYER "1")
  2. set(MINWIN_GROUP "security")
  3. set(MINWIN_MAJOR_VERSION "1")
  4. set(MINWIN_MINOR_VERSION "0")
  5. set(MINWIN_SHORT_NAME "credentials")
  6. set(MINWIN_LONG_NAME "Credentials Management Functions")
  7. set(MODULE_LIBRARY_NAME "api-ms-win-${MINWIN_GROUP}-${MINWIN_SHORT_NAME}-l${MINWIN_LAYER}-${MINWIN_MAJOR_VERSION}-${MINWIN_MINOR_VERSION}")