[RAPPS] Making checkboxes useful WIP
[reactos.git] / reactos / base / setup / welcome / CMakeLists.txt
1
2 file(GLOB welcome_rc_deps res/*.*)
3 add_rc_deps(welcome.rc ${welcome_rc_deps})
4 add_executable(welcome welcome.c welcome.rc)
5 set_module_type(welcome win32gui UNICODE)
6 add_importlibs(welcome gdi32 user32 shell32 msvcrt kernel32 ntdll)
7 add_cd_file(TARGET welcome DESTINATION reactos NO_CAB FOR bootcd)