Standard Asset sources now added to CMake project output

This commit is contained in:
2020-12-30 15:19:11 -08:00
parent 2b0482e1c6
commit ba3c7ce25e

View File

@@ -252,6 +252,7 @@ add_custom_command(
add_custom_target(standard_assets ALL add_custom_target(standard_assets ALL
DEPENDS ${STANDARD_ASSET_BUNDLE} DEPENDS ${STANDARD_ASSET_BUNDLE}
SOURCES ${KRAKEN_STANDARD_ASSETS}
VERBATIM VERBATIM
) )