[CRT] Massively improve performance of rand_s
[reactos.git] / base / applications / mshta / CMakeLists.txt
1
2 add_executable(mshta main.c mshta.rc)
3 target_link_libraries(mshta)
4 set_module_type(mshta win32gui)
5 add_importlibs(mshta msvcrt mshtml kernel32 ntdll)
6 add_cd_file(TARGET mshta DESTINATION reactos/system32 FOR all)