Merge branch 'install-nlohmann-json-headers' of https://github.com/hercules-ci/nix

This commit is contained in:
Eelco Dolstra 2022-01-06 22:34:03 +01:00
commit f71d84672b
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)))