Blame winpr/libwinpr/synch/ModuleOptions.cmake

Packit Service fa4841
Packit Service fa4841
set(MINWIN_LAYER "1")
Packit Service fa4841
set(MINWIN_GROUP "core")
Packit Service fa4841
set(MINWIN_MAJOR_VERSION "2")
Packit Service fa4841
set(MINWIN_MINOR_VERSION "0")
Packit Service fa4841
set(MINWIN_SHORT_NAME "synch")
Packit Service fa4841
set(MINWIN_LONG_NAME "Synchronization Functions")
Packit Service fa4841
set(MODULE_LIBRARY_NAME "api-ms-win-${MINWIN_GROUP}-${MINWIN_SHORT_NAME}-l${MINWIN_LAYER}-${MINWIN_MAJOR_VERSION}-${MINWIN_MINOR_VERSION}")
Packit Service fa4841