You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/godotcpp.cmake
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,12 @@ function(godotcpp_options)
145
145
"Path to a custom GDExtension API JSON file (takes precedence over `GODOTCPP_GDEXTENSION_DIR` and `GODOTCPP_API_VERSION`) ( /path/to/custom_api_file )"
146
146
)
147
147
148
+
set(GODOTCPP_BINDING_HOOK_FILE
149
+
""
150
+
CACHEFILEPATH
151
+
"Path to a Python file defining custom binding generator hooks. The file has to contain a class named `CustomBindingGeneratorHooks`"
152
+
)
153
+
148
154
#TODO generate_bindings
149
155
150
156
option(GODOTCPP_GENERATE_TEMPLATE_GET_NODE"Generate a template version of the Node class's get_node. (ON|OFF)"ON)
0 commit comments