[MVDM] hack-fix Clang-CL build
[reactos.git] / subsystems / mvdm / dos / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/subsystems/mvdm/dos)
3 add_asm16_bin(command ${CMAKE_CURRENT_BINARY_DIR}/command.com 0x0100 command.S)
4 add_cd_file(TARGET command FILE ${CMAKE_CURRENT_BINARY_DIR}/command.com DESTINATION reactos/system32 FOR all)