Merge my current work done on the kd++ branch:
[reactos.git] / reactos / base / applications / setup16 / CMakeLists.txt
1
2 add_executable(setup16 main.c)
3 set_module_type(setup16 win32gui UNICODE)
4 add_importlibs(setup16 user32 gdi32 advapi32 msvcrt kernel32 shell32 setupapi)
5 add_cd_file(TARGET setup16 DESTINATION reactos/system32 FOR all)