Remove source bayesnet & pyclassifiers libraries dependency

This commit is contained in:
2024-03-08 12:27:28 +01:00
parent 5c4efa08db
commit 7a3adaf4a9
12 changed files with 36 additions and 37 deletions

View File

@@ -3,9 +3,10 @@ if(ENABLE_TESTING)
include_directories(
${Platform_SOURCE_DIR}/src
${Platform_SOURCE_DIR}/lib/argparse/include
${Platform_SOURCE_DIR}/lib/PyClassifiers/lib/BayesNet/lib/mdlp
${Platform_SOURCE_DIR}/lib/mdlp
${Platform_SOURCE_DIR}/lib/Files
${CMAKE_BINARY_DIR}/configured_files/include
/usr/local/include/bayesnet
/usr/local/include/pyclassifiers
)
set(TEST_SOURCES_PLATFORM TestUtils.cc TestPlatform.cc)
add_executable(${TEST_PLATFORM} ${TEST_SOURCES_PLATFORM})