projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[setup16]
[reactos.git]
/
reactos
/
base
/
applications
/
setup16
/
CMakeLists.txt
1
2
set_rc_compiler()
3
4
add_executable(setup16
5
main.c)
6
7
set_module_type(setup16 win32gui UNICODE)
8
add_importlibs(setup16 user32 gdi32 advapi32 msvcrt kernel32 shell32 setupapi)
9
10
add_cd_file(TARGET setup16 DESTINATION reactos/system32 FOR all)