提交 70fbff75 编写于 作者: H Hongze Cheng

change asvc to transport

上级 eee1fd2f
......@@ -13,8 +13,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _TD_ASVC_H_
#define _TD_ASVC_H_
#ifndef _TD_TRANSPORT_H_
#define _TD_TRANSPORT_H_
#ifdef __cplusplus
extern "C" {
......@@ -24,4 +24,4 @@ extern "C" {
}
#endif
#endif /*_TD_ASVC_H_*/
\ No newline at end of file
#endif /*_TD_TRANSPORT_H_*/
\ No newline at end of file
add_subdirectory(asvc)
add_subdirectory(transport)
add_subdirectory(raft)
add_subdirectory(tkv)
add_subdirectory(index)
......
aux_source_directory(src ASVC_SRC)
add_library(asvc ${ASVC_SRC})
aux_source_directory(src TRANSPORT_SRC)
add_library(transport ${TRANSPORT_SRC})
target_include_directories(
asvc
PUBLIC "${CMAKE_SOURCE_DIR}/include/libs/asvc"
transport
PUBLIC "${CMAKE_SOURCE_DIR}/include/libs/transport"
PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/inc"
)
\ No newline at end of file
......@@ -13,8 +13,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _TD_ASVC_INT_H_
#define _TD_ASVC_INT_H_
#ifndef _TD_TRANSPORT_INT_H_
#define _TD_TRANSPORT_INT_H_
#ifdef __cplusplus
extern "C" {
......@@ -24,4 +24,4 @@ extern "C" {
}
#endif
#endif /*_TD_ASVC_INT_H_*/
\ No newline at end of file
#endif /*_TD_TRANSPORT_INT_H_*/
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册