mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[CMAKE] Fix command.com livecd.lst entry. CORE-14509
Spotted by Hermès.
This commit is contained in:
parent
99ba355e7f
commit
536623950c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
include_directories(${REACTOS_SOURCE_DIR}/subsystems/mvdm/dos)
|
include_directories(${REACTOS_SOURCE_DIR}/subsystems/mvdm/dos)
|
||||||
add_asm16_bin(command ${CMAKE_CURRENT_BINARY_DIR}/command.com 0x0100 command.S)
|
add_asm16_bin(command ${CMAKE_CURRENT_BINARY_DIR}/command.com 0x0100 command.S)
|
||||||
add_cd_file(TARGET command FILE $<TARGET_PROPERTY:command,BINARY_PATH> DESTINATION reactos/system32 FOR all)
|
add_cd_file(TARGET command FILE ${CMAKE_CURRENT_BINARY_DIR}/command.com DESTINATION reactos/system32 FOR all)
|
||||||
|
|
Loading…
Reference in a new issue