This commit is contained in:
Imbus 2026-01-17 06:13:49 +01:00
commit 2628afadcc
9 changed files with 112 additions and 0 deletions

11
CMakeLists.txt Normal file
View file

@ -0,0 +1,11 @@
cmake_minimum_required(VERSION 3.15)
project(add_project
VERSION 1.0.0
LANGUAGES C
)
include(GNUInstallDirs)
add_subdirectory(libadd)
add_subdirectory(app)