portapack-mayhem/firmware/standalone/CMakeLists.txt
2024-05-12 15:18:14 +02:00

12 lines
148 B
CMake

cmake_minimum_required(VERSION 3.5)
project(standalone_apps)
add_subdirectory(pacman)
add_custom_target(
standalone_apps
DEPENDS pacman_app
)