forked from lix-project/lix
Merge branch 'install-nlohmann-json-headers' of https://github.com/hercules-ci/nix
This commit is contained in:
commit
f71d84672b
1
Makefile
1
Makefile
|
@ -10,6 +10,7 @@ makefiles = \
|
||||||
src/libexpr/local.mk \
|
src/libexpr/local.mk \
|
||||||
src/libcmd/local.mk \
|
src/libcmd/local.mk \
|
||||||
src/nix/local.mk \
|
src/nix/local.mk \
|
||||||
|
src/nlohmann/local.mk \
|
||||||
src/resolve-system-dependencies/local.mk \
|
src/resolve-system-dependencies/local.mk \
|
||||||
scripts/local.mk \
|
scripts/local.mk \
|
||||||
misc/bash/local.mk \
|
misc/bash/local.mk \
|
||||||
|
|
2
src/nlohmann/local.mk
Normal file
2
src/nlohmann/local.mk
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
$(foreach i, $(wildcard src/nlohmann/*.hpp), \
|
||||||
|
$(eval $(call install-file-in, $(i), $(includedir)/nlohmann, 0644)))
|
Loading…
Reference in a new issue