diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-09 18:00:05 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-09 18:00:05 +0200 |
commit | 5004fdd4a0646767f8baa8c49d8da50843eac1ed (patch) | |
tree | 252c5df96e3c1da239b9256ca2886572b76954ed /sinksh/CMakeLists.txt | |
parent | 7a1eccc13dc0828c292dc1cc6d1556fa38011da3 (diff) | |
download | sink-5004fdd4a0646767f8baa8c49d8da50843eac1ed.tar.gz sink-5004fdd4a0646767f8baa8c49d8da50843eac1ed.zip |
sinksh show command
Diffstat (limited to 'sinksh/CMakeLists.txt')
-rw-r--r-- | sinksh/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sinksh/CMakeLists.txt b/sinksh/CMakeLists.txt index 3149347..e7d3b6e 100644 --- a/sinksh/CMakeLists.txt +++ b/sinksh/CMakeLists.txt | |||
@@ -14,6 +14,7 @@ set(sink_cli_SRCS | |||
14 | syntax_modules/sink_remove.cpp | 14 | syntax_modules/sink_remove.cpp |
15 | syntax_modules/sink_stat.cpp | 15 | syntax_modules/sink_stat.cpp |
16 | syntax_modules/sink_sync.cpp | 16 | syntax_modules/sink_sync.cpp |
17 | syntax_modules/sink_show.cpp | ||
17 | sinksh_utils.cpp | 18 | sinksh_utils.cpp |
18 | repl/repl.cpp | 19 | repl/repl.cpp |
19 | repl/replStates.cpp | 20 | repl/replStates.cpp |