Fix config.h location problem

This commit is contained in:
2024-03-09 12:27:05 +01:00
parent 635ef22520
commit 0b65e34772
5 changed files with 10 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ if(ENABLE_TESTING)
${BayesNet_SOURCE_DIR}/lib/folding
${BayesNet_SOURCE_DIR}/lib/json/include
${BayesNet_SOURCE_DIR}
${CMAKE_BINARY_DIR}/configured_files/include
${CMAKE_BINARY_DIR}/configured_files/include/bayesnet
)
file(GLOB_RECURSE BayesNet_SOURCES "${BayesNet_SOURCE_DIR}/bayesnet/*.cc")
set(TEST_SOURCES_BAYESNET TestBayesModels.cc TestBayesNetwork.cc TestBayesMetrics.cc TestUtils.cc ${BayesNet_SOURCES})