From 91132a4ffa92377706218c73200332ee870e17af Mon Sep 17 00:00:00 2001 From: Willian Z Date: Sun, 24 Apr 2022 20:36:35 +0800 Subject: Create CMakeLists.txt --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..49a9bce --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required(VERSION 3.10) + +project(mbw VERSION 1.4) + +add_executable(mbw mbw.c) -- cgit v1.2.3