projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[CMAKE]
[reactos.git]
/
base
/
setup
/
vmwinst
/
CMakeLists.txt
1
2
set_unicode()
3
4
add_executable(vmwinst
5
vmwinst.c
6
vmwinst.rc)
7
8
target_link_libraries(vmwinst pseh)
9
10
set_module_type(vmwinst win32gui)
11
add_importlibs(vmwinst
12
advapi32
13
comctl32
14
comdlg32
15
newdev
16
user32
17
setupapi
18
shell32
19
msvcrt)