diff --git a/boot/CMakeLists.txt b/boot/CMakeLists.txt index b28f9e59faa..de9f217ffe1 100644 --- a/boot/CMakeLists.txt +++ b/boot/CMakeLists.txt @@ -5,5 +5,5 @@ add_subdirectory(bootdata) 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) -add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/remaster.sh DESTINATION loader NO_CAB NOT_IN_HYBRIDCD FOR bootcd) +add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/remaster.cmd DESTINATION loader NO_CAB FOR bootcd) +add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/remaster.sh DESTINATION loader NO_CAB FOR bootcd)