From 358850d2ca4c64ad4f964f90d07049ff8f9b9f77 Mon Sep 17 00:00:00 2001 From: roux <roux@mycompany.com> Date: Fri, 26 Jun 2015 10:18:42 +0000 Subject: [PATCH] use correct hashtable source files git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7662 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- cmake_targets/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake_targets/CMakeLists.txt b/cmake_targets/CMakeLists.txt index bd5aedd7bd..4e22d3068f 100644 --- a/cmake_targets/CMakeLists.txt +++ b/cmake_targets/CMakeLists.txt @@ -618,10 +618,10 @@ include_directories("${OPENAIR_DIR}") # Utilities Library ################ add_library(HASHTABLE - ${OPENAIRCN_DIR}/UTILS/HASHTABLE/hashtable.c - ${OPENAIRCN_DIR}/UTILS/HASHTABLE/obj_hashtable.c + ${OPENAIR_DIR}/common/utils/collection/hashtable/hashtable.c + ${OPENAIR_DIR}/common/utils/collection/hashtable/obj_hashtable.c ) -include_directories(${OPENAIRCN_DIR}/UTILS/HASHTABLE) +include_directories(${OPENAIR_DIR}/common/utils/collection/hashtable) if (MESSAGE_CHART_GENERATOR) add_library(MSC -- GitLab