[BOOTDATA] Mark reactos.inf as a byproduct. CORE-17109

This commit is contained in:
Thomas Faber 2020-06-06 22:56:49 +02:00
parent 88300ec3b3
commit b783349e4e
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -40,7 +40,8 @@ add_custom_command(
add_custom_target( add_custom_target(
reactos_cab_inf reactos_cab_inf
COMMAND native-cabman -C ${CMAKE_CURRENT_BINARY_DIR}/reactos.dff -L ${CMAKE_CURRENT_BINARY_DIR} -I -P ${REACTOS_SOURCE_DIR} 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( add_cd_file(
TARGET reactos_cab_inf TARGET reactos_cab_inf