MODEL LOADING BABY WORKS
This commit is contained in:
@@ -10,4 +10,16 @@ endif()
|
||||
|
||||
add_subdirectory(destrum)
|
||||
add_subdirectory(lightkeeper)
|
||||
add_subdirectory(TheChef)
|
||||
add_subdirectory(TheChef)
|
||||
|
||||
add_custom_target(CleanupAssets)
|
||||
add_dependencies(CleanupAssets
|
||||
_internal_clean_game_assets
|
||||
_internal_clean_engine_assets
|
||||
)
|
||||
|
||||
add_custom_target(CookAssets)
|
||||
add_dependencies(CookAssets
|
||||
_internal_cook_game_assets
|
||||
_internal_cook_engine_assets
|
||||
)
|
||||
Reference in New Issue
Block a user