mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
7 lines
214 B
Text
7 lines
214 B
Text
|
|
||
|
add_executable(mshta main.c mshta.rc)
|
||
|
target_link_libraries(mshta)
|
||
|
set_module_type(mshta win32gui)
|
||
|
add_importlibs(mshta msvcrt mshtml kernel32 ntdll)
|
||
|
add_cd_file(TARGET mshta DESTINATION reactos/system32 FOR all)
|