diff options
author | xengineering <me@xengineering.eu> | 2024-12-27 13:38:16 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-01-01 15:31:47 +0100 |
commit | 3f76d754866d26333c43d8403c0e694f9df972a4 (patch) | |
tree | ed67d7e0a176af9867bcb25bcd3ccf0908d9df01 /CMakeLists.txt | |
parent | 63088edf667f49fa3f0eaf2f88074e671c5e0a6b (diff) | |
download | soundbox-cmake.tar soundbox-cmake.tar.zst soundbox-cmake.zip |
mech: Add CMake-based build systemcmake
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b266d6..83a9038 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ cmake_minimum_required(VERSION 3.10) project(soundbox LANGUAGES NONE) + +add_subdirectory(mech) |