3eda4610e4c474bab2442aa735d3e86a231fd882
[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)
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)