* Sync with recent trunk (r52637).
[reactos.git] / base / setup / welcome / CMakeLists.txt
1
2 set_unicode()
3
4 add_executable(welcome welcome.c welcome.rc)
5
6 set_module_type(welcome win32gui)
7 add_importlibs(welcome gdi32 user32 msvcrt kernel32 ntdll)
8 add_cd_file(TARGET welcome DESTINATION reactos NO_CAB FOR bootcd)