1 2add_executable(fdebug fdebug.c rs232.c fdebug.rc) 3set_module_type(fdebug win32gui UNICODE) 4add_importlibs(fdebug comdlg32 user32 gdi32 msvcrt kernel32) 5add_cd_file(TARGET fdebug DESTINATION loader NO_CAB FOR bootcd) 6