From 669bb5390c9f55b5f032c9fd1a05781637379241 Mon Sep 17 00:00:00 2001 From: Daniel Zaoui Date: Mon, 18 Jun 2018 10:27:26 +0300 Subject: [PATCH] Remove useless dependency on library The client binary doesn't depend on clouseau_debug.so. Only the objects introspection extension does. --- src/bin/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/CMakeLists.txt b/src/bin/CMakeLists.txt index 27434a9..2758d7d 100644 --- a/src/bin/CMakeLists.txt +++ b/src/bin/CMakeLists.txt @@ -24,7 +24,6 @@ add_executable(clouseau_client ${SOURCES}) target_link_libraries(clouseau_client pthread - clouseau_debug ${EFL_LIBRARIES} ${ELEMENTARY_LIBRARIES} ${EINA_LIBRARIES}