f4252dbaa88912e446c8ad6807b616ec9bfa0712
[reactos.git] / reactos / 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)