From bb1a0fa59ba6f4ddee3330b1e3d2eaba2fd4d091 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 2 Feb 2017 19:31:38 +0100 Subject: forgot a CMakeLists.txt --- 3rdParty/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 3rdParty/CMakeLists.txt diff --git a/3rdParty/CMakeLists.txt b/3rdParty/CMakeLists.txt new file mode 100644 index 0000000..0c56c89 --- /dev/null +++ b/3rdParty/CMakeLists.txt @@ -0,0 +1,3 @@ +cmake_minimum_required(VERSION 2.6 FATAL_ERROR) + +add_subdirectory(linenoise) -- cgit v1.2.3-54-g00ecf