Skip to content
Snippets Groups Projects
Commit 23e0325c authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau Committed by Pierre-Alain Loizeau
Browse files

make the CbmYamlInterface library use the same include with path convention as the rest of the code

parent ff4d0028
No related branches found
No related tags found
1 merge request!2057Try to fix online-offline yaml include conflict in installed version
set(INCLUDE_DIRECTORIES
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/algo/base # For "algo/base/yaml/*.h" included as relative "yaml/?????.h" to fit install tree
)
add_library(CbmYamlInterface INTERFACE)
......@@ -10,13 +10,13 @@ target_include_directories(CbmYamlInterface
target_link_libraries(CbmYamlInterface
INTERFACE GSL
xpu
fmt::fmt
xpu
fmt::fmt
external::yaml-cpp
)
install(
FILES
FILES
BaseTypes.h
Property.h
Yaml.h
......
......@@ -3,11 +3,11 @@
Authors: Felix Weiglhofer [committer] */
#pragma once
#include "BaseTypes.h"
#include "Definitions.h"
#include "Property.h"
#include "compat/Filesystem.h"
#include "util/EnumDict.h"
#include "yaml/BaseTypes.h"
#include "yaml/Property.h"
#include <sstream>
#include <string_view>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment