mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
9ef5a7eb7a
Also use clang as preprocessor when using it Also, use *our* headers instead of the platform ones
5 lines
183 B
CMake
5 lines
183 B
CMake
|
|
add_library(themeui MODULE themeui.rc)
|
|
add_dependencies(themeui psdk)
|
|
set_module_type(themeui win32dll ENTRYPOINT 0)
|
|
add_cd_file(TARGET themeui DESTINATION reactos/system32 FOR all)
|