9 lines
239 B
CMake
9 lines
239 B
CMake
|
|
||
|
set(MINWIN_LAYER "0")
|
||
|
set(MINWIN_GROUP "none")
|
||
|
set(MINWIN_MAJOR_VERSION "0")
|
||
|
set(MINWIN_MINOR_VERSION "0")
|
||
|
set(MINWIN_SHORT_NAME "nt")
|
||
|
set(MINWIN_LONG_NAME "Windows Native System Services")
|
||
|
set(MODULE_LIBRARY_NAME "${MINWIN_SHORT_NAME}")
|