1
2add_executable(mshta main.c mshta.rc)
3target_link_libraries(mshta)
4set_module_type(mshta win32gui)
5add_importlibs(mshta msvcrt mshtml kernel32 ntdll)
6add_cd_file(TARGET mshta DESTINATION reactos/system32 FOR all)
7