Upgrade version number to 1.0.5

Fix dependency graph
Remove loguru library
This commit is contained in:
2024-04-20 18:00:40 +02:00
parent 1f06631f69
commit b956aa3873
10 changed files with 103 additions and 3956 deletions

View File

@@ -49,7 +49,7 @@ diagrams: ## Create an UML class diagram & depnendency of the project (diagrams/
@echo ">>> Creating dependency graph diagram of the project...";
$(MAKE) debug
cd $(f_debug) && cmake .. --graphviz=dependency.dot
@$(dot) -Tsvg $(f_debug)/dependency.dot -o $(f_diagrams)/dependency.svg
@$(dot) -Tsvg $(f_debug)/dependency.dot.BayesNet -o $(f_diagrams)/dependency.svg
buildd: ## Build the debug targets
cmake --build $(f_debug) -t $(app_targets) $(n_procs)