FreeRDP/winpr/libwinpr/credentials/ModuleOptions.cmake
2012-10-11 10:55:17 -04:00

10 lines
347 B
CMake

set(MINWIN_LAYER "1")
set(MINWIN_GROUP "security")
set(MINWIN_MAJOR_VERSION "1")
set(MINWIN_MINOR_VERSION "0")
set(MINWIN_SHORT_NAME "credentials")
set(MINWIN_LONG_NAME "Credentials Management Functions")
set(MODULE_LIBRARY_NAME "api-ms-win-${MINWIN_GROUP}-${MINWIN_SHORT_NAME}-l${MINWIN_LAYER}-${MINWIN_MAJOR_VERSION}-${MINWIN_MINOR_VERSION}")