mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +09:00
10 lines
321 B
CMake
10 lines
321 B
CMake
set(MINWIN_LAYER "1")
|
|
set(MINWIN_GROUP "core")
|
|
set(MINWIN_MAJOR_VERSION "2")
|
|
set(MINWIN_MINOR_VERSION "0")
|
|
set(MINWIN_SHORT_NAME "file")
|
|
set(MINWIN_LONG_NAME "File Functions")
|
|
set(MODULE_LIBRARY_NAME
|
|
"api-ms-win-${MINWIN_GROUP}-${MINWIN_SHORT_NAME}-l${MINWIN_LAYER}-${MINWIN_MAJOR_VERSION}-${MINWIN_MINOR_VERSION}"
|
|
)
|