Integrate libraries with vcpkg #6

Merged
rmontanana merged 27 commits from vcpkg into main 2025-07-02 17:39:44 +00:00
9 changed files with 1 additions and 28 deletions
Showing only changes of commit 7d3a2dd713 - Show all commits

1
.gitignore vendored
View File

@@ -42,3 +42,4 @@ puml/**
diagrams/html/** diagrams/html/**
diagrams/latex/** diagrams/latex/**
.cache .cache
vcpkg_installed

21
.gitmodules vendored
View File

@@ -1,21 +0,0 @@
[submodule "lib/catch2"]
path = lib/catch2
url = https://github.com/catchorg/Catch2.git
[submodule "lib/argparse"]
path = lib/argparse
url = https://github.com/p-ranav/argparse
[submodule "lib/json"]
path = lib/json
url = https://github.com/nlohmann/json
[submodule "lib/libxlsxwriter"]
path = lib/libxlsxwriter
url = https://github.com/jmcnamara/libxlsxwriter.git
[submodule "lib/folding"]
path = lib/folding
url = https://github.com/rmontanana/folding
[submodule "lib/Files"]
path = lib/Files
url = https://github.com/rmontanana/ArffFiles
[submodule "lib/mdlp"]
path = lib/mdlp
url = https://github.com/rmontanana/mdlp

Submodule lib/Files deleted from 18c79f6d48

Submodule lib/argparse deleted from cbd9fd8ed6

Submodule lib/catch2 deleted from 914aeecfe2

Submodule lib/folding deleted from 9652853d69

Submodule lib/json deleted from 48e7b4c23b

Submodule lib/mdlp deleted from cfb993f5ec