Find BayesNet and PyClassifiers in $HOME/lib folder

This commit is contained in:
2024-04-10 00:53:39 +02:00
parent 5ec7fe8d00
commit 375ed437ed
5 changed files with 15 additions and 11 deletions

View File

@@ -8,7 +8,8 @@ if(ENABLE_TESTING)
${Platform_SOURCE_DIR}/lib/json/include
${Platform_SOURCE_DIR}/lib/folding
${CMAKE_BINARY_DIR}/configured_files/include
/usr/local/include
${PyClassifiers_INCLUDE_DIRS}
${Bayesnet_INCLUDE_DIRS}
)
set(TEST_SOURCES_PLATFORM TestUtils.cpp TestPlatform.cpp)
add_executable(${TEST_PLATFORM} ${TEST_SOURCES_PLATFORM})