Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] Pick serval PRs for ticdc compiling #664

Merged
merged 10 commits into from
Aug 18, 2020
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ Cargo.lock
.idea
_tools

cpp/kvproto/*.h
cpp/kvproto/*.cc
cpp/kvproto/*

1 change: 1 addition & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ file(GLOB __tmp RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} kvproto/*.cc kvproto/*.h)
list(APPEND generated_files ${__tmp})

add_library(kvproto ${generated_files})
include_directories(${CMAKE_CURRENT_LIST_DIR}/kvproto)
target_include_directories(kvproto PUBLIC ./)
Loading