提交 df32da24 编写于 作者: H huolibo

fix(driver): linux compile

上级 d4fb82e4
...@@ -7,7 +7,6 @@ else() ...@@ -7,7 +7,6 @@ else()
endif() endif()
INCLUDE_DIRECTORIES(jni) INCLUDE_DIRECTORIES(jni)
INCLUDE_DIRECTORIES(jni/linux)
target_include_directories( target_include_directories(
taos taos
...@@ -27,6 +26,8 @@ if(TD_WINDOWS) ...@@ -27,6 +26,8 @@ if(TD_WINDOWS)
/DEF:${CMAKE_CURRENT_SOURCE_DIR}/src/taos.def /DEF:${CMAKE_CURRENT_SOURCE_DIR}/src/taos.def
) )
INCLUDE_DIRECTORIES(jni/windows) INCLUDE_DIRECTORIES(jni/windows)
else()
INCLUDE_DIRECTORIES(jni/linux)
endif() endif()
set_target_properties( set_target_properties(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册