Partial merge of condrv_restructure branch r65657.
[reactos.git] / reactos / base / setup / welcome / CMakeLists.txt
1
2 add_executable(welcome welcome.c welcome.rc)
3 set_module_type(welcome win32gui UNICODE)
4 add_importlibs(welcome gdi32 user32 msvcrt kernel32 ntdll)
5 add_cd_file(TARGET welcome DESTINATION reactos NO_CAB FOR bootcd)