reactos/base/setup/vmwinst/CMakeLists.txt
Jérôme Gardou 887046a6ee [CMAKE]
- build msvc importlibs explicitly from def file
  - circumvent lack of pseh lib in MSVC.
  - fix advapi32.def

svn path=/branches/cmake-bringup/; revision=49409
2010-11-01 17:24:32 +00:00

20 lines
284 B
CMake

set_unicode()
add_executable(vmwinst vmwinst.c vmwinst.rc)
target_link_libraries(vmwinst ${PSEH_LIB})
set_module_type(vmwinst win32gui)
add_importlibs(vmwinst
advapi32
comctl32
comdlg32
newdev
user32
setupapi
shell32
msvcrt
kernel32
ntdll)