First approach

This commit is contained in:
2023-09-18 23:26:22 +02:00
parent 501ea0ab4e
commit 06fb135526
8 changed files with 150 additions and 45 deletions

View File

@@ -55,6 +55,7 @@ add_git_submodule("lib/mdlp")
add_git_submodule("lib/argparse")
add_git_submodule("lib/json")
add_git_submodule("lib/openXLSX")
#add_git_submodule("lib/libxlsxwriter")
# Subdirectories
# --------------
@@ -64,6 +65,9 @@ add_subdirectory(src/BayesNet)
add_subdirectory(src/Platform)
add_subdirectory(sample)
#find_package(PkgConfig REQUIRED)
#pkg_check_modules(Xlsxwriter REQUIRED IMPORTED_TARGET libxlsxwriter)
file(GLOB BayesNet_HEADERS CONFIGURE_DEPENDS ${BayesNet_SOURCE_DIR}/src/BayesNet/*.h ${BayesNet_SOURCE_DIR}/BayesNet/*.hpp)
file(GLOB BayesNet_SOURCES CONFIGURE_DEPENDS ${BayesNet_SOURCE_DIR}/src/BayesNet/*.cc ${BayesNet_SOURCE_DIR}/src/BayesNet/*.cpp)
file(GLOB Platform_SOURCES CONFIGURE_DEPENDS ${BayesNet_SOURCE_DIR}/src/Platform/*.cc ${BayesNet_SOURCE_DIR}/src/Platform/*.cpp)