mirror of
https://github.com/godotengine/godot-cpp.git
synced 2025-12-31 01:48:45 +03:00
Add support for build profiles.
Allow enabling or disabling specific classes (which will not be built).
This commit is contained in:
9
test/build_profile.json
Normal file
9
test/build_profile.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"enabled_classes": [
|
||||
"Control",
|
||||
"Label",
|
||||
"OS",
|
||||
"TileMap",
|
||||
"InputEventKey"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user