mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
7 lines
214 B
CMake
7 lines
214 B
CMake
|
|
||
|
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)
|