mirror of https://github.com/FreeRDP/FreeRDP
10 lines
343 B
CMake
10 lines
343 B
CMake
|
|
set(MINWIN_LAYER "1")
|
|
set(MINWIN_GROUP "core")
|
|
set(MINWIN_MAJOR_VERSION "1")
|
|
set(MINWIN_MINOR_VERSION "1")
|
|
set(MINWIN_SHORT_NAME "libraryloader")
|
|
set(MINWIN_LONG_NAME "Dynamic-Link Library Functions")
|
|
set(MODULE_LIBRARY_NAME "api-ms-win-${MINWIN_GROUP}-${MINWIN_SHORT_NAME}-l${MINWIN_LAYER}-${MINWIN_MAJOR_VERSION}-${MINWIN_MINOR_VERSION}")
|
|
|