FreeRDP/winpr/libwinpr/security/ModuleOptions.cmake

9 lines
330 B
CMake
Raw Normal View History

2013-09-24 06:39:28 +04:00
set(MINWIN_LAYER "1")
set(MINWIN_GROUP "security")
set(MINWIN_MAJOR_VERSION "2")
set(MINWIN_MINOR_VERSION "0")
set(MINWIN_SHORT_NAME "base")
set(MINWIN_LONG_NAME "Base Security Functions")
set(MODULE_LIBRARY_NAME "api-ms-win-${MINWIN_GROUP}-${MINWIN_SHORT_NAME}-l${MINWIN_LAYER}-${MINWIN_MAJOR_VERSION}-${MINWIN_MINOR_VERSION}")