1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-30 07:23:07 +03:00

Added wsrep-API/v26 submodule which will point to correct branch

of current wsrep-API v26 version.
This commit is contained in:
Teemu Ollakka
2018-06-05 12:45:25 +03:00
parent d3cb537d1e
commit 15f483ca7f
5 changed files with 15 additions and 3 deletions

View File

@ -11,7 +11,7 @@ add_library(wsrep-lib
server_context.cpp
transaction_context.cpp
wsrep_provider_v26.cpp)
target_link_libraries(wsrep-lib wsrep pthread dl)
target_link_libraries(wsrep-lib wsrep_api_v26 pthread dl)
add_executable(wsrep-lib_test
mock_client_context.cpp