[FL-2052] New build system based on scons (#1269)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
App(
|
||||
appid="about",
|
||||
name="About",
|
||||
apptype=FlipperAppType.SETTINGS,
|
||||
entry_point="about_settings_app",
|
||||
cdefines=["APP_ABOUT"],
|
||||
requires=[
|
||||
"gui",
|
||||
"dialogs",
|
||||
],
|
||||
stack_size=1 * 1024,
|
||||
order=1000,
|
||||
)
|
||||
Reference in New Issue
Block a user