mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
536623950c
Spotted by Hermès.
4 lines
254 B
CMake
4 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)
|