[FREELDR] Introduce a MSVC "linker script" file that centralizes the commands for...
[reactos.git] / boot / freeldr / fdebug / CMakeLists.txt
1
2 add_executable(fdebug fdebug.c rs232.c fdebug.rc)
3 set_module_type(fdebug win32gui UNICODE)
4 add_importlibs(fdebug comdlg32 user32 gdi32 msvcrt kernel32)
5 add_cd_file(TARGET fdebug DESTINATION loader NO_CAB FOR bootcd)