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 /src/CMakeLists.txt | |
| parent | 66f66b7818b7cf47a20eae6b940e06c2ee12fe8a (diff) | |
| download | extfs-10a7462e795bc88e409533fadeab012dd1859da2.tar.xz extfs-10a7462e795bc88e409533fadeab012dd1859da2.zip | |
extsh: add linenoise input handlingmaster
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
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 |
