TD-3309
This commit is contained in:
parent
9f8f3c89f9
commit
eb7a74d694
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue