From 29b887504dc2f9954377264c8445574a02508f86 Mon Sep 17 00:00:00 2001 From: uvos Date: Mon, 21 Mar 2022 21:23:59 +0100 Subject: [PATCH] add missing 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..b71f98e --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required(VERSION 3.5) + +project(trainController LANGUAGES CXX) + +add_subdirectory(src)