b676ac09d1f2609dcc12c239e750fbf74df34cab
[reactos.git] / base / setup / welcome / CMakeLists.txt
1
2 set_rc_compiler()
3
4 add_executable(welcome welcome.c welcome.rc)
5
6 set_module_type(welcome win32gui UNICODE)
7 add_importlibs(welcome gdi32 user32 msvcrt kernel32 ntdll)
8 add_cd_file(TARGET welcome DESTINATION reactos NO_CAB FOR bootcd)