fix(CLI11): Resolved case issue with CLI11

There was a case issue with the meson build files for CLI11 in libconfig, this has been resolved in this patch
This commit is contained in:
2026-06-05 09:04:22 +02:00
parent bc6b5886cd
commit 97a21b1ed3

View File

@@ -1,3 +1,3 @@
cmake = import('cmake')
subdir('reflect-cpp')
subdir('cli11')
subdir('CLI11')