mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
6 lines
183 B
CMake
6 lines
183 B
CMake
|
|
add_library(msxml3r MODULE msxml3r.rc)
|
|
add_dependencies(msxml3r psdk)
|
|
set_module_type(msxml3r win32dll ENTRYPOINT 0)
|
|
add_cd_file(TARGET msxml3r DESTINATION reactos/system32 FOR all)
|