feat: add CMake build configuration and unit tests for XRabbitMQClient
This commit is contained in:
6
build/Release/generators/conandeps_legacy.cmake
Normal file
6
build/Release/generators/conandeps_legacy.cmake
Normal file
@@ -0,0 +1,6 @@
|
||||
message(STATUS "Conan: Using CMakeDeps conandeps_legacy.cmake aggregator via include()")
|
||||
message(STATUS "Conan: It is recommended to use explicit find_package() per dependency instead")
|
||||
|
||||
find_package(simpleamqpclient)
|
||||
|
||||
set(CONANDEPS_LEGACY simpleamqpclient::simpleamqpclient )
|
||||
Reference in New Issue
Block a user