mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
Merge #5537: install nlohmann json headers (into 2.4-maintenance)
This commit is contained in:
commit
fbe3b09248
1
Makefile
1
Makefile
@ -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
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 New Issue
Block a user