mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Also use clang as preprocessor when using it Also, use *our* headers instead of the platform ones
6 lines
183 B
CMake
6 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)
|