Daniel Cauchi 2024-02-13 22:51:50 +00:00 committed by GitHub
commit 5570893573
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ add_custom_command(OUTPUT ${GENERATED_FILES_LIST}
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/binding_generator.py DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/binding_generator.py
COMMENT "Generating bindings" COMMENT "Generating bindings"
) )
add_custom_target(godotcpp_generated_files DEPENDS ${GENERATED_FILES_LIST})
# Get Sources # Get Sources
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS src/*.c**) file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS src/*.c**)