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:
@ -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
|
||||
|
Reference in New Issue
Block a user