mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
[BOOTDATA] Mark reactos.inf as a byproduct. CORE-17109
This commit is contained in:
parent
88300ec3b3
commit
b783349e4e
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ add_custom_command(
|
|||
add_custom_target(
|
||||
reactos_cab_inf
|
||||
COMMAND native-cabman -C ${CMAKE_CURRENT_BINARY_DIR}/reactos.dff -L ${CMAKE_CURRENT_BINARY_DIR} -I -P ${REACTOS_SOURCE_DIR}
|
||||
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/reactos.dff native-cabman)
|
||||
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/reactos.dff native-cabman
|
||||
BYPRODUCTS ${CMAKE_CURRENT_BINARY_DIR}/reactos.inf)
|
||||
|
||||
add_cd_file(
|
||||
TARGET reactos_cab_inf
|
||||
|
|
Loading…
Reference in a new issue