diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-03-22 18:44:54 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-03-22 18:44:54 +0100 |
| commit | 10a7462e795bc88e409533fadeab012dd1859da2 (patch) | |
| tree | 0743a8fecd401db32636fd29c278ad5cc593c096 /external | |
| parent | 66f66b7818b7cf47a20eae6b940e06c2ee12fe8a (diff) | |
| download | extfs-master.tar.xz extfs-master.zip | |
extsh: add linenoise input handlingmaster
Diffstat (limited to 'external')
| -rw-r--r-- | external/CMakeLists.txt | 3 | ||||
| m--------- | external/linenoise | 0 |
2 files changed, 3 insertions, 0 deletions
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 +Subproject 2105ce445821381cf1bca87b6d386d4ea88ee20 |
