From 9007a10879e065ac9d1ab4051aecece8c60afd8b Mon Sep 17 00:00:00 2001 From: amichelo <andrea.michelotti@lnf.infn.it> Date: Tue, 14 Nov 2017 12:45:01 +0100 Subject: [PATCH] fixed paths --- chaos_micro_unit_toolkit/CMakeLists.txt | 40 +++++++++---------- .../external_lib/{bson => }/jsonsl/jsonsl.c | 2 +- .../external_lib/{bson => }/jsonsl/jsonsl.h | 0 3 files changed, 21 insertions(+), 21 deletions(-) rename chaos_micro_unit_toolkit/external_lib/{bson => }/jsonsl/jsonsl.c (99%) rename chaos_micro_unit_toolkit/external_lib/{bson => }/jsonsl/jsonsl.h (100%) diff --git a/chaos_micro_unit_toolkit/CMakeLists.txt b/chaos_micro_unit_toolkit/CMakeLists.txt index 273e79682..b154eea02 100644 --- a/chaos_micro_unit_toolkit/CMakeLists.txt +++ b/chaos_micro_unit_toolkit/CMakeLists.txt @@ -14,26 +14,26 @@ SET(source ${source} connection/unit_proxy/AbstractUnitProxy.cpp SET(source ${source} connection/unit_proxy/raw_driver/RawDriverUnitProxy.cpp connection/unit_proxy/raw_driver/RawDriverHandlerWrapper.cpp) SET(source ${source} - external_lib/bson/bcon.c - external_lib/bson/bson-atomic.c - external_lib/bson/bson-clock.c - external_lib/bson/bson-context.c - external_lib/bson/bson-decimal128.c - external_lib/bson/bson-error.c - external_lib/bson/bson-iso8601.c - external_lib/bson/bson-iter.c - external_lib/bson/bson-json.c - external_lib/bson/bson-keys.c - external_lib/bson/bson-md5.c - external_lib/bson/bson-memory.c - external_lib/bson/bson-oid.c - external_lib/bson/bson-reader.c - external_lib/bson/bson-string.c - external_lib/bson/bson-timegm.c - external_lib/bson/bson-utf8.c - external_lib/bson/bson-value.c - external_lib/bson/bson-writer.c - external_lib/bson/bson.c + external_lib/bson/bson/bson.c + external_lib/bson/bson/bson-atomic.c + external_lib/bson/bson/bson-clock.c + external_lib/bson/bson/bson-context.c + external_lib/bson/bson/bson-decimal128.c + external_lib/bson/bson/bson-error.c + external_lib/bson/bson/bson-iso8601.c + external_lib/bson/bson/bson-iter.c + external_lib/bson/bson/bson-json.c + external_lib/bson/bson/bson-keys.c + external_lib/bson/bson/bson-md5.c + external_lib/bson/bson/bson-memory.c + external_lib/bson/bson/bson-oid.c + external_lib/bson/bson/bson-reader.c + external_lib/bson/bson/bson-string.c + external_lib/bson/bson/bson-timegm.c + external_lib/bson/bson/bson-utf8.c + external_lib/bson/bson/bson-value.c + external_lib/bson/bson/bson-writer.c + external_lib/bson/bson/bson.c external_lib/jsonsl/jsonsl.c) SET(source ${source} external_lib/mongoose.c external_lib/base64.cpp) diff --git a/chaos_micro_unit_toolkit/external_lib/bson/jsonsl/jsonsl.c b/chaos_micro_unit_toolkit/external_lib/jsonsl/jsonsl.c similarity index 99% rename from chaos_micro_unit_toolkit/external_lib/bson/jsonsl/jsonsl.c rename to chaos_micro_unit_toolkit/external_lib/jsonsl/jsonsl.c index 642a904a8..2005a32b9 100644 --- a/chaos_micro_unit_toolkit/external_lib/bson/jsonsl/jsonsl.c +++ b/chaos_micro_unit_toolkit/external_lib/jsonsl/jsonsl.c @@ -4,7 +4,7 @@ */ #include "jsonsl.h" -#include "../bson/bson-memory.h" +#include "../bson/bson/bson-memory.h" #include <limits.h> #include <ctype.h> diff --git a/chaos_micro_unit_toolkit/external_lib/bson/jsonsl/jsonsl.h b/chaos_micro_unit_toolkit/external_lib/jsonsl/jsonsl.h similarity index 100% rename from chaos_micro_unit_toolkit/external_lib/bson/jsonsl/jsonsl.h rename to chaos_micro_unit_toolkit/external_lib/jsonsl/jsonsl.h -- GitLab