Files
FreeRDP/winpr/libwinpr/synch/ModuleOptions.cmake
2024-11-27 20:41:48 +01:00

10 lines
333 B
CMake

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