mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-12 17:49:31 +00:00
Standalone app api v3 (#2772)
Added file io, and updated some ui elements. Also added Digital Rain standalone app for an example.
This commit is contained in:
@@ -3,9 +3,10 @@ cmake_minimum_required(VERSION 3.16)
|
||||
project(standalone_apps)
|
||||
|
||||
add_subdirectory(pacman)
|
||||
add_subdirectory(digitalrain)
|
||||
|
||||
add_custom_target(
|
||||
standalone_apps
|
||||
DEPENDS pacman_app
|
||||
DEPENDS pacman_app digitalrain_app
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user