summaryrefslogtreecommitdiff
path: root/cache/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cache/CMakeLists.txt')
-rw-r--r--cache/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/cache/CMakeLists.txt b/cache/CMakeLists.txt
deleted file mode 100644
index 9065655..0000000
--- a/cache/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-add_library(tango-cache-client src/object_store_client.cpp src/cache_evbase_client.cpp src/tango_cache_client.cpp src/tango_cache_redis.cpp src/tango_cache_pending.cpp src/tango_cache_tools.cpp src/tango_cache_transfer.cpp src/tango_cache_xml.cpp)
-target_link_libraries(tango-cache-client http)
-target_include_directories(tango-cache-client PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include)
-target_link_libraries(tango-cache-client libevent-static openssl-crypto-static openssl-ssl-static libxml2-static libcurl-static hiredis-static cjson)
-target_link_libraries(tango-cache-client MESA_handle_logger MESA_htable MESA_prof_load wiredLB)