xo-cmake: bugfix: dependency for genfacet target
This commit is contained in:
parent
6bf4378132
commit
ec0c8feb36
1 changed files with 1 additions and 1 deletions
|
|
@ -1709,7 +1709,7 @@ function(xo_add_genfacet)
|
||||||
)
|
)
|
||||||
|
|
||||||
# Create a target for this generation
|
# Create a target for this generation
|
||||||
add_custom_target(${GF_TARGET} DEPENDS ${GF_INPUT})
|
add_custom_target(${GF_TARGET} DEPENDS ${GF_INPUT}.out)
|
||||||
|
|
||||||
set_property(DIRECTORY APPEND PROPERTY XO_GENFACET_TARGETS ${GF_TARGET})
|
set_property(DIRECTORY APPEND PROPERTY XO_GENFACET_TARGETS ${GF_TARGET})
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue