mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[CMAKE] Make reactos_cab_inf really depend on reactos.inf
Instead of being always out of date & always trigger reactos.cab creation
This commit is contained in:
parent
b2cf5a4c03
commit
95d873091b
1 changed files with 6 additions and 4 deletions
|
@ -37,11 +37,13 @@ add_custom_command(
|
|||
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/reactos.dff.in
|
||||
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/reactos.dff.$<CONFIG>.dyn)
|
||||
|
||||
add_custom_target(
|
||||
reactos_cab_inf
|
||||
add_custom_command(
|
||||
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
|
||||
BYPRODUCTS ${CMAKE_CURRENT_BINARY_DIR}/reactos.inf)
|
||||
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/reactos.inf)
|
||||
|
||||
add_custom_target(
|
||||
reactos_cab_inf DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/reactos.inf)
|
||||
|
||||
add_cd_file(
|
||||
TARGET reactos_cab_inf
|
||||
|
|
Loading…
Reference in a new issue