X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=subsystems%2Fmvdm%2Fdos%2FCMakeLists.txt;h=4cfe8f68bfbbb9d6c2fb2ee8fbf60296e2eede0f;hp=dd6b45ff018f4e234990d72ed6c74979fc89aa1f;hb=536623950ca51b0e47aa3104209cf891a28e2029;hpb=99ba355e7f0cfc7e1e5f82e792e8fada8aba1d60 diff --git a/subsystems/mvdm/dos/CMakeLists.txt b/subsystems/mvdm/dos/CMakeLists.txt index dd6b45ff018..4cfe8f68bfb 100644 --- a/subsystems/mvdm/dos/CMakeLists.txt +++ b/subsystems/mvdm/dos/CMakeLists.txt @@ -1,4 +1,4 @@ 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 $ DESTINATION reactos/system32 FOR all) +add_cd_file(TARGET command FILE ${CMAKE_CURRENT_BINARY_DIR}/command.com DESTINATION reactos/system32 FOR all)