From eb7a74d694867cd12b086cf94a969dfe53d8af9a Mon Sep 17 00:00:00 2001 From: slguan Date: Tue, 16 Mar 2021 18:05:07 +0800 Subject: [PATCH] TD-3309 --- src/kit/shell/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kit/shell/CMakeLists.txt b/src/kit/shell/CMakeLists.txt index b6babc5bc5..d36c1e3fcc 100644 --- a/src/kit/shell/CMakeLists.txt +++ b/src/kit/shell/CMakeLists.txt @@ -36,6 +36,7 @@ ELSEIF (TD_DARWIN) LIST(APPEND SRC ./src/shellDarwin.c) LIST(APPEND SRC ./src/shellCommand.c) LIST(APPEND SRC ./src/shellImport.c) + LIST(APPEND SRC ./src/shellCheck.c) ADD_EXECUTABLE(shell ${SRC}) # linking with dylib TARGET_LINK_LIBRARIES(shell taos) -- GitLab