[REACTOS][VMWINST][WELCOME] Properly track resource file dependencies. CORE-9806
[reactos.git] / reactos / base / setup / vmwinst / CMakeLists.txt
1
2 file(GLOB vmwinst_rc_deps resources/*.*)
3 add_rc_deps(vmwinst.rc ${vmwinst_rc_deps})
4 add_executable(vmwinst vmwinst.c vmwinst.rc)
5 target_link_libraries(vmwinst ${PSEH_LIB})
6 set_module_type(vmwinst win32gui UNICODE)
7 add_importlibs(vmwinst advapi32 comctl32 comdlg32 newdev user32 setupapi shell32 msvcrt kernel32 ntdll)
8 add_cd_file(TARGET vmwinst DESTINATION reactos/system32 FOR all)