mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
4 lines
152 B
CMake
4 lines
152 B
CMake
|
|
add_library(themeui SHARED themeui.rc)
|
|
set_module_type(themeui win32dll ENTRYPOINT 0)
|
|
add_cd_file(TARGET themeui DESTINATION reactos/system32 FOR all)
|