mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
5 lines
152 B
Text
5 lines
152 B
Text
|
|
||
|
add_library(themeui SHARED themeui.rc)
|
||
|
set_module_type(themeui win32dll ENTRYPOINT 0)
|
||
|
add_cd_file(TARGET themeui DESTINATION reactos/system32 FOR all)
|