2025-01-26 16:26:02 +01:00

12 lines
149 B
CMake

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