14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
|
|
# taosws-rs
|
|
ExternalProject_Add(taosws-rs
|
|
GIT_REPOSITORY https://github.com/taosdata/taos-connector-rust.git
|
|
GIT_TAG main
|
|
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taosws-rs"
|
|
BINARY_DIR ""
|
|
#BUILD_IN_SOURCE TRUE
|
|
CONFIGURE_COMMAND ""
|
|
BUILD_COMMAND ""
|
|
INSTALL_COMMAND ""
|
|
TEST_COMMAND ""
|
|
)
|