reactos/base/setup/vmwinst/CMakeLists.txt
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

7 lines
300 B
CMake

add_executable(vmwinst vmwinst.c vmwinst.rc)
target_link_libraries(vmwinst ${PSEH_LIB})
set_module_type(vmwinst win32gui UNICODE)
add_importlibs(vmwinst advapi32 comctl32 comdlg32 newdev user32 setupapi shell32 msvcrt kernel32 ntdll)
add_cd_file(TARGET vmwinst DESTINATION reactos/system32 FOR all)