mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
536623950c
Spotted by Hermès.
5 lines
254 B
CMake
5 lines
254 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/subsystems/mvdm/dos)
|
|
add_asm16_bin(command ${CMAKE_CURRENT_BINARY_DIR}/command.com 0x0100 command.S)
|
|
add_cd_file(TARGET command FILE ${CMAKE_CURRENT_BINARY_DIR}/command.com DESTINATION reactos/system32 FOR all)
|