diff --git a/boot/CMakeLists.txt b/boot/CMakeLists.txt index f6275e7f25d..5a166a5e07e 100644 --- a/boot/CMakeLists.txt +++ b/boot/CMakeLists.txt @@ -5,3 +5,6 @@ add_subdirectory(bootdata) # add_subdirectory(environ) add_subdirectory(freeldr) add_subdirectory(rtl) + +add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/remaster.cmd DESTINATION loader NO_CAB NOT_IN_HYBRIDCD FOR bootcd livecd hybridcd) +add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/remaster.sh DESTINATION loader NO_CAB NOT_IN_HYBRIDCD FOR bootcd livecd hybridcd)