mirror of
https://github.com/reactos/reactos.git
synced 2025-07-02 22:11:23 +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_SOURCE_DIR}/reactos.dff.in
|
||||||
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/reactos.dff.$<CONFIG>.dyn)
|
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/reactos.dff.$<CONFIG>.dyn)
|
||||||
|
|
||||||
add_custom_target(
|
add_custom_command(
|
||||||
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)
|
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/reactos.inf)
|
||||||
|
|
||||||
|
add_custom_target(
|
||||||
|
reactos_cab_inf DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/reactos.inf)
|
||||||
|
|
||||||
add_cd_file(
|
add_cd_file(
|
||||||
TARGET reactos_cab_inf
|
TARGET reactos_cab_inf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue