diff options
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 cfff36c..3154b0c 100644 --- a/sinksh/CMakeLists.txt +++ b/sinksh/CMakeLists.txt | |||
@@ -22,6 +22,7 @@ set(sink_cli_SRCS | |||
22 | sinksh_utils.cpp | 22 | sinksh_utils.cpp |
23 | repl/repl.cpp | 23 | repl/repl.cpp |
24 | repl/replStates.cpp | 24 | repl/replStates.cpp |
25 | repl/commandline.cpp | ||
25 | state.cpp | 26 | state.cpp |
26 | utils.cpp) | 27 | utils.cpp) |
27 | 28 | ||