]> git.ipfire.org Git - thirdparty/json-c.git/commit
make: Adding support for building json-c with meson
authorTyler Erickson <tyler.erickson@seagate.com>
Mon, 20 Oct 2025 18:08:01 +0000 (12:08 -0600)
committerTyler Erickson <tyler.erickson@seagate.com>
Mon, 20 Oct 2025 18:08:01 +0000 (12:08 -0600)
commite3a33ae8ae87f724f0675379db5c0a74b09de584
treeb3661d384ae07ecfd98ed7304a47137d89b3c14c
parent461d9f90c41b90aaa01a0405aabc86c4947fc0fb
make: Adding support for building json-c with meson

Adding meson build files for json-c that work similarly to the cmake build files.
Where it made sense, I reused existing cmake .h.in files or generated entirely from meson.
All tests were done with GCC and Clang in ubuntu 24.04, Windows using MSVC 2022 and Clang-cl from llvm's repo using version 21.1.3

Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
apps/meson.build [new file with mode: 0644]
meson.build [new file with mode: 0644]
meson_options.txt [new file with mode: 0644]
tests/meson.build [new file with mode: 0644]