mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
7 lines
No EOL
176 B
CMake
7 lines
No EOL
176 B
CMake
# Vnode API test
|
|
add_executable(vnodeApiTests "")
|
|
target_sources(vnodeApiTests
|
|
PRIVATE
|
|
"vnodeApiTests.cpp"
|
|
)
|
|
target_link_libraries(vnodeApiTests vnode gtest gtest_main) |