summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2018-03-22 18:44:54 +0100
committerFelix Morgner <felix.morgner@gmail.com>2018-03-22 18:44:54 +0100
commit10a7462e795bc88e409533fadeab012dd1859da2 (patch)
tree0743a8fecd401db32636fd29c278ad5cc593c096 /src/CMakeLists.txt
parent66f66b7818b7cf47a20eae6b940e06c2ee12fe8a (diff)
downloadextfs-master.tar.xz
extfs-master.zip
extsh: add linenoise input handlingmaster
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e09c4a2..467cf46 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -2,6 +2,7 @@ add_subdirectory(fs)
add_executable(extsh
extsh.cpp
+ $<TARGET_OBJECTS:linenoise>
)
target_link_libraries(extsh
extfs