From d067b52a79f12c9d75b2813608d8ac64c28a6b3a Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Thu, 16 Mar 2017 20:37:56 +0100 Subject: [PATCH] Improve JSON interpreter --- examples/ClientTests/CMakeLists.txt | 4 +++- examples/ClientTests/{src => src_boost}/JsonTest.cpp | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename examples/ClientTests/{src => src_boost}/JsonTest.cpp (100%) diff --git a/examples/ClientTests/CMakeLists.txt b/examples/ClientTests/CMakeLists.txt index 1e9055b0e..6da564919 100644 --- a/examples/ClientTests/CMakeLists.txt +++ b/examples/ClientTests/CMakeLists.txt @@ -19,7 +19,9 @@ dd4hep_package (ClientTests MAJOR 0 MINOR 0 PATCH 1 OPTIONAL XERCESC INCLUDE_DIRS include ) #-------------------------------------------------------------------------- -dd4hep_add_plugin( ClientTests SOURCES src/*.cpp ) +dd4hep_add_plugin( ClientTests SOURCES src/*.cpp + OPTIONAL [BOOST SOURCES src_boost/*.cpp] + ) dd4hep_install_dir( compact scripts DESTINATION ${DD4hep_DIR}/examples/ClientTests ) #-------------------------------------------------------------------------- diff --git a/examples/ClientTests/src/JsonTest.cpp b/examples/ClientTests/src_boost/JsonTest.cpp similarity index 100% rename from examples/ClientTests/src/JsonTest.cpp rename to examples/ClientTests/src_boost/JsonTest.cpp -- GitLab