force oven dependency on model-baker since it is excluded

This commit is contained in:
Stephen Birarda 2017-04-20 10:42:12 -07:00
parent b3f3302f5c
commit c71255d5fe

View file

@ -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)