summaryrefslogtreecommitdiffstats
path: root/winpr/libwinpr/pipe/ModuleOptions.cmake
blob: 557e6a149d9892c38b740f65c2f087a5f5dab53e (plain)
1
2
3
4
5
6
7
8
9
set(MINWIN_LAYER "1")
set(MINWIN_GROUP "core")
set(MINWIN_MAJOR_VERSION "2")
set(MINWIN_MINOR_VERSION "0")
set(MINWIN_SHORT_NAME "namedpipe")
set(MINWIN_LONG_NAME "Named Pipe Functions")
set(MODULE_LIBRARY_NAME "api-ms-win-${MINWIN_GROUP}-${MINWIN_SHORT_NAME}-l${MINWIN_LAYER}-${MINWIN_MAJOR_VERSION}-${MINWIN_MINOR_VERSION}")