From 1186c488bd7fbfc167e33b2df258b2404abe2717 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Fri, 7 Jul 2023 21:49:56 +0200 Subject: Add support for build profiles. Allow enabling or disabling specific classes (which will not be built). --- test/build_profile.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/build_profile.json (limited to 'test') diff --git a/test/build_profile.json b/test/build_profile.json new file mode 100644 index 0000000..3587651 --- /dev/null +++ b/test/build_profile.json @@ -0,0 +1,9 @@ +{ + "enabled_classes": [ + "Control", + "Label", + "OS", + "TileMap", + "InputEventKey" + ] +} -- cgit v1.2.3