mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
force oven dependency on model-baker since it is excluded
This commit is contained in:
parent
b3f3302f5c
commit
c71255d5fe
1 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,7 @@ if (WIN32)
|
|||
endif ()
|
||||
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES EXCLUDE_FROM_ALL TRUE EXCLUDE_FROM_DEFAULT_BUILD TRUE)
|
||||
|
||||
# because the model-baking library is excluded from all and default builds, we force
|
||||
# a dependency on it here
|
||||
add_dependencies(${TARGET_NAME} model-baking)
|
||||
|
|
Loading…
Reference in a new issue