Files
reactos/boot/CMakeLists.txt
2026-05-07 18:03:09 +02:00

10 lines
296 B
CMake

include(boot_images.cmake)
add_subdirectory(bootdata)
add_subdirectory(freeldr)
add_subdirectory(rtl)
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)