Merge #5537: install nlohmann json headers (into 2.4-maintenance)

This commit is contained in:
Vladimír Čunát 2022-01-17 00:33:29 +01:00
commit fbe3b09248
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ makefiles = \
src/libexpr/local.mk \
src/libcmd/local.mk \
src/nix/local.mk \
src/nlohmann/local.mk \
src/resolve-system-dependencies/local.mk \
scripts/local.mk \
misc/bash/local.mk \

2
src/nlohmann/local.mk Normal file
View File

@ -0,0 +1,2 @@
$(foreach i, $(wildcard src/nlohmann/*.hpp), \
$(eval $(call install-file-in, $(i), $(includedir)/nlohmann, 0644)))