summaryrefslogtreecommitdiffstats
path: root/winpr/libwinpr/memory/ModuleOptions.cmake
blob: 704ddca19d0ef199790f252d422da9ec6e823ffc (plain)
1
2
3
4
5
6
7
8
9
set(MINWIN_LAYER "1")
set(MINWIN_GROUP "core")
set(MINWIN_MAJOR_VERSION "1")
set(MINWIN_MINOR_VERSION "2")
set(MINWIN_SHORT_NAME "memory")
set(MINWIN_LONG_NAME "Memory Functions")
set(MODULE_LIBRARY_NAME "api-ms-win-${MINWIN_GROUP}-${MINWIN_SHORT_NAME}-l${MINWIN_LAYER}-${MINWIN_MAJOR_VERSION}-${MINWIN_MINOR_VERSION}")