mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00

Add more dll/ and drivers/ modules to bootcd. Fix mesa32 definitions. svn path=/branches/cmake-bringup/; revision=49483
21 lines
No EOL
310 B
CMake
21 lines
No EOL
310 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)
|
|
|
|
add_cab_target(vmwinst 1) |