1 2include_directories(${REACTOS_SOURCE_DIR}/subsystems/mvdm/dos) 3add_asm16_bin(command ${CMAKE_CURRENT_BINARY_DIR}/command.com 0x0100 command.S) 4add_cd_file(TARGET command FILE ${CMAKE_CURRENT_BINARY_DIR}/command.com DESTINATION reactos/system32 FOR all) 5