This website requires JavaScript.
Explore
Help
Sign In
tboudreaux
/
libconfig
Watch
1
Star
0
Fork
0
You've already forked libconfig
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3937a2b8287f3c034ced8a8060f5438f2eca7fb6
libconfig
/
build-config
/
meson.build
5 lines
79 B
Meson
Raw
Normal View
History
Unescape
Escape
build(libconfig): got build system and tests working
2025-06-21 08:41:39 -04:00
cmake
=
import
(
'cmake'
)
build(vendor-libraries): update install to be more reliable vendor libaries for libconfig are now properly installed so linking can be done reliably
2026-06-05 11:19:17 +02:00
subdir
(
'tomlpp'
)
feat(reflect-cpp): Switched from glaze -> reflect cpp A bug was discovered in glaze which prevented valid toml output. We have switched to toml++ and reflect-cpp. The interface has remained the same so this should not break any code
2025-12-06 10:55:46 -05:00
subdir
(
'reflect-cpp'
)
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
2026-06-05 09:04:22 +02:00
subdir
(
'CLI11'
)
Reference in New Issue
Copy Permalink