File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 22#ifndef RB_CONFIG_H
33#define RB_CONFIG_H
44
5- #include < stdlib.h>
6-
7- #include " rootbench/ErrorHandling.h"
5+ #include " rootbench/Support/ErrorHandling.h"
86#include < rootbench/Constants.h> // RB::kDatasetDirectory
7+
98#include < string>
109
10+ #include < stdlib.h>
11+
1112namespace RB {
1213 // / Returns a path to temporary file system (preferably in-memory). The path
1314 // / is set in the RB_TEMP_FS environment variable.
File renamed without changes.
Original file line number Diff line number Diff line change 1- RB_ADD_LIBRARY(RBSupport
2- ErrorHandling.cxx
3- )
4- target_include_directories (RBSupport PUBLIC ${PROJECT_BINARY_DIR} /include ${PROJECT_SOURCE_DIR} /include )
1+ #---Add the support libraries.
2+ add_subdirectory (Support)
Original file line number Diff line number Diff line change 1+ RB_ADD_LIBRARY(RBSupport
2+ ErrorHandling.cxx
3+ )
Original file line number Diff line number Diff line change 11// /\file Contains utilities to handle error situations.
22
3- #include " rootbench/ErrorHandling.h"
3+ #include " rootbench/Support/ ErrorHandling.h"
44
55#include < iostream>
66
You can’t perform that action at this time.
0 commit comments