mirror of https://github.com/FreeRDP/FreeRDP
10 lines
228 B
CMake
10 lines
228 B
CMake
|
|
||
|
set(MINWIN_LAYER "0")
|
||
|
set(MINWIN_GROUP "none")
|
||
|
set(MINWIN_MAJOR_VERSION "0")
|
||
|
set(MINWIN_MINOR_VERSION "0")
|
||
|
set(MINWIN_SHORT_NAME "shell")
|
||
|
set(MINWIN_LONG_NAME "Shell Functions")
|
||
|
set(MODULE_LIBRARY_NAME "${MINWIN_SHORT_NAME}")
|
||
|
|