diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..fa2e2a8 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,7 @@ +cmake_minimum_required(VERSION 3.25) +project( + mdelibs + LANGUAGES C + VERSION 0.0 + DESCRIPTION "MDE Libraries" +)