mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 01:27:19 +08:00
[BOOTDATA] Mark reactos.inf as a byproduct. CORE-17109
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user