diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-01-06 22:34:03 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-01-06 22:34:03 +0100 |
commit | f71d84672b6880634434f58c809c1341499e45e5 (patch) | |
tree | 0c5444a9c296bc3192eb47363ff520fcf9a5aac9 /src | |
parent | 5c7d3b351ff386e4864261b34b138d5b39d958b6 (diff) | |
parent | 3884f7a69a57d8ecfcbcaae476ec2ff53ffbd549 (diff) |
Merge branch 'install-nlohmann-json-headers' of https://github.com/hercules-ci/nix
Diffstat (limited to 'src')
-rw-r--r-- | src/nlohmann/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nlohmann/local.mk b/src/nlohmann/local.mk new file mode 100644 index 000000000..63c427e00 --- /dev/null +++ b/src/nlohmann/local.mk @@ -0,0 +1,2 @@ +$(foreach i, $(wildcard src/nlohmann/*.hpp), \ + $(eval $(call install-file-in, $(i), $(includedir)/nlohmann, 0644))) |