From 10a7462e795bc88e409533fadeab012dd1859da2 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 22 Mar 2018 18:44:54 +0100 Subject: extsh: add linenoise input handling --- external/CMakeLists.txt | 3 +++ external/linenoise | 1 + 2 files changed, 4 insertions(+) create mode 100644 external/CMakeLists.txt create mode 160000 external/linenoise (limited to 'external') diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt new file mode 100644 index 0000000..522aee8 --- /dev/null +++ b/external/CMakeLists.txt @@ -0,0 +1,3 @@ +add_library(linenoise OBJECT + "linenoise/linenoise.c" + ) diff --git a/external/linenoise b/external/linenoise new file mode 160000 index 0000000..2105ce4 --- /dev/null +++ b/external/linenoise @@ -0,0 +1 @@ +Subproject commit 2105ce445821381cf1bca87b6d386d4ea88ee20d -- cgit v1.2.3