Fix addon

This commit is contained in:
2026-02-03 08:03:26 +03:00
parent 1d09728bc0
commit 4d47125ea9
5 changed files with 7 additions and 5 deletions

View File

@@ -258,7 +258,7 @@ add_custom_target(stage_files ALL DEPENDS ${CMAKE_BINARY_DIR}/resources.cfg ${MA
add_custom_target(remove_scenes COMMAND rm -f ${VRM_SOURCE} ${VRM_IMPORTED_BLENDS} ${CHARACTER_GLBS})
target_compile_definitions(Game PRIVATE FLECS_CPP_NO_AUTO_REGISTRATION)
target_compile_definitions(Game PRIVATE FLECS_CPP_NO_AUTO_REGISTRATION JPH_PROFILE_ENABLED)
install(TARGETS Game DESTINATION bin)
install(TARGETS Editor DESTINATION bin)