mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:05:42 +00:00
[THEMES] Mizu Theme RC.
This commit is contained in:
parent
bb3c53c5a0
commit
28804dd71d
177 changed files with 7497 additions and 0 deletions
|
@ -298,6 +298,8 @@ macro(dir_to_num dir var)
|
|||
set(${var} 63)
|
||||
elseif(${dir} STREQUAL reactos/Resources/Themes/Lunar)
|
||||
set(${var} 64)
|
||||
elseif(${dir} STREQUAL reactos/Resources/Themes/Mizu)
|
||||
set(${var} 65)
|
||||
else()
|
||||
message(FATAL_ERROR "Wrong destination: ${dir}")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue