-
-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Support using build_profile.json
Build Profile: - Add missing VisualInstance3D class to build_profile.json Python: - Fix binding_generator.py print_file_list function so that random print statements don't pollute the list. CMake: - add GODOT_BUILD_PROFILE cache option - Split file list generation into a function with args - add status and debug messages - re-arrange python commands to make reading them simpler
- Loading branch information
Showing
3 changed files
with
89 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
"Label", | ||
"OS", | ||
"TileMap", | ||
"InputEventKey" | ||
"InputEventKey", | ||
"VisualInstance3D" | ||
] | ||
} |