[FREELDR][INSTALL][FDEBUG] Include FreeLDR tools in LiveCD and HybridCD (#2550)
[reactos.git] / boot / freeldr / fdebug / CMakeLists.txt
index 61d94d8..ad44618 100644 (file)
@@ -2,4 +2,4 @@
 add_executable(fdebug fdebug.c rs232.c fdebug.rc)
 set_module_type(fdebug win32gui UNICODE)
 add_importlibs(fdebug comdlg32 user32 gdi32 msvcrt kernel32)
-add_cd_file(TARGET fdebug DESTINATION loader NO_CAB FOR bootcd)
+add_cd_file(TARGET fdebug DESTINATION loader NO_CAB NOT_IN_HYBRIDCD FOR bootcd livecd hybridcd)