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 @@ include_directories(
${Platform_SOURCE_DIR}/lib/folding
${Platform_SOURCE_DIR}/lib/json/include
${CMAKE_BINARY_DIR}/configured_files/include
/usr/local/include
${PyClassifiers_INCLUDE_DIRS}
${Bayesnet_INCLUDE_DIRS}
)
add_executable(PlatformSample sample.cpp ${Platform_SOURCE_DIR}/src/main/Models.cpp)
target_link_libraries(PlatformSample "${PyClassifiers}" "${BayesNet}" ArffFiles mdlp ${Python3_LIBRARIES} "${TORCH_LIBRARIES}" ${LIBTORCH_PYTHON} Boost::python Boost::numpy)