reactos/dll/win32/themeui/CMakeLists.txt

5 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)