* Sync with recent trunk (r52637).
[reactos.git] / base / setup / vmwinst / CMakeLists.txt
1
2 set_unicode()
3
4 add_executable(vmwinst vmwinst.c vmwinst.rc)
5
6 target_link_libraries(vmwinst ${PSEH_LIB})
7
8 set_module_type(vmwinst win32gui)
9 add_importlibs(vmwinst
10 advapi32
11 comctl32
12 comdlg32
13 newdev
14 user32
15 setupapi
16 shell32
17 msvcrt
18 kernel32
19 ntdll)
20
21 add_cd_file(TARGET vmwinst DESTINATION reactos/system32 FOR all)