From 81cb5978427f8a83488f1eadda8c6bad160980d2 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 12 Feb 2019 19:37:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=87=D0=B0=D0=BB=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..45dc221 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,7 @@ +# Минимальная версия Cmake +cmake_minimum_required(VERSION 3.3) +cmake_policy(VERSION 3.0.2..3.7) + +# Название проекта +project(cmex) +