diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-08 20:31:34 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-08 20:31:34 +0100 |
commit | b632a46e30e2159573c1decfbcbf13cb04fc6fe4 (patch) | |
tree | 7ccdd53d00a4a92825e775e3eac16e92775c2470 /sinksh/CMakeLists.txt | |
parent | 92baf12b456074725cfb74cba601dafd881c3a0a (diff) | |
download | sink-b632a46e30e2159573c1decfbcbf13cb04fc6fe4.tar.gz sink-b632a46e30e2159573c1decfbcbf13cb04fc6fe4.zip |
sinksh inspect
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 f0e2f6c..9a4c948 100644 --- a/sinksh/CMakeLists.txt +++ b/sinksh/CMakeLists.txt | |||
@@ -16,6 +16,7 @@ set(sink_cli_SRCS | |||
16 | syntax_modules/sink_sync.cpp | 16 | syntax_modules/sink_sync.cpp |
17 | syntax_modules/sink_show.cpp | 17 | syntax_modules/sink_show.cpp |
18 | syntax_modules/sink_trace.cpp | 18 | syntax_modules/sink_trace.cpp |
19 | syntax_modules/sink_inspect.cpp | ||
19 | sinksh_utils.cpp | 20 | sinksh_utils.cpp |
20 | repl/repl.cpp | 21 | repl/repl.cpp |
21 | repl/replStates.cpp | 22 | repl/replStates.cpp |