fix: run sim cases on windows

This commit is contained in:
kailixu 2023-07-28 14:54:03 +08:00
parent 9c7b53083b
commit f70709be3c
2 changed files with 4 additions and 2 deletions

View File

@ -3,4 +3,6 @@
rem echo taskkill /F /IM taosd.exe
wmic process where "name='taosd.exe'" call terminate > NUL 2>&1
taskkill /F /IM taosd.exe > NUL 2>&1
taskkill /F /IM taosd.exe > NUL 2>&1
rem echo taskkill /F /IM taosd.exe finished

View File

@ -2,7 +2,7 @@ aux_source_directory(src TSIM_SRC)
add_executable(tsim ${TSIM_SRC})
target_link_libraries(
tsim
PUBLIC taos
PUBLIC taos_static
PUBLIC util
PUBLIC common
PUBLIC os