From 9c3b1f5d1a8da7021c2abbc95dbf412b411bf4df Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Thu, 30 Nov 2017 13:45:44 +0100 Subject: [PATCH] add config header for cling --- include/xtensor-io/xaudio.hpp | 1 + include/xtensor-io/ximage.hpp | 1 + include/xtensor-io/xnpz.hpp | 1 + include/xtensor-io/xtensor_io_config.hpp.in | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/xtensor-io/xaudio.hpp b/include/xtensor-io/xaudio.hpp index 967f137..7eda144 100644 --- a/include/xtensor-io/xaudio.hpp +++ b/include/xtensor-io/xaudio.hpp @@ -6,6 +6,7 @@ #include "xtensor/xarray.hpp" #include "xtensor/xeval.hpp" +#include "xtensor_io_config.hpp" #pragma cling load("sndfile") namespace xt diff --git a/include/xtensor-io/ximage.hpp b/include/xtensor-io/ximage.hpp index 6eda4c0..a1f76bd 100644 --- a/include/xtensor-io/ximage.hpp +++ b/include/xtensor-io/ximage.hpp @@ -6,6 +6,7 @@ #include "xtensor/xarray.hpp" #include "xtensor/xeval.hpp" +#include "xtensor_io_config.hpp" #pragma cling load("OpenImageIO") namespace xt diff --git a/include/xtensor-io/xnpz.hpp b/include/xtensor-io/xnpz.hpp index 7e550e3..c378bef 100644 --- a/include/xtensor-io/xnpz.hpp +++ b/include/xtensor-io/xnpz.hpp @@ -25,6 +25,7 @@ #include +#include "xtensor_io_config.hpp" #pragma cling load("z") namespace xt diff --git a/include/xtensor-io/xtensor_io_config.hpp.in b/include/xtensor-io/xtensor_io_config.hpp.in index 439be9a..36d47d9 100644 --- a/include/xtensor-io/xtensor_io_config.hpp.in +++ b/include/xtensor-io/xtensor_io_config.hpp.in @@ -11,7 +11,7 @@ #define XTENSOR_IO_VERSION_MAJOR 0 #define XTENSOR_IO_VERSION_MINOR 2 -#define XTENSOR_IO_VERSION_PATCH 0 +#define XTENSOR_IO_VERSION_PATCH 1 #pragma cling add_library_path(@XTENSOR_IO_CLING_LIBRARY_DIR_64@) #pragma cling add_library_path(@XTENSOR_IO_CLING_LIBRARY_DIR_32@)