Fix vcpkg build and installation #36

Merged
rmontanana merged 19 commits from fix_vcpkg into main 2025-06-29 11:01:09 +00:00
29 changed files with 634 additions and 369 deletions
Showing only changes of commit c68b75fcc1 - Show all commits

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.27)
project(bayesnet
VERSION 1.1.1
VERSION 1.1.2
DESCRIPTION "Bayesian Network and basic classifiers Library."
HOMEPAGE_URL "https://github.com/rmontanana/bayesnet"
LANGUAGES CXX