feat: implement BasicMessage and core AMQP client infrastructure
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
include_directories(BEFORE SYSTEM ${gtest_SOURCE_DIR}/include)
|
||||
include_directories(../src)
|
||||
|
||||
add_executable(test_api
|
||||
@@ -15,5 +14,9 @@ add_executable(test_api
|
||||
test_ack.cpp
|
||||
test_nack.cpp
|
||||
)
|
||||
target_link_libraries(test_api SimpleAmqpClient gtest gtest_main)
|
||||
target_link_libraries(test_api SimpleAmqpClient xgoogletest::xgoogletest)
|
||||
add_test(test_api test_api)
|
||||
|
||||
if(MSVC)
|
||||
target_compile_options(test_api PRIVATE /utf-8)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user