aboutsummaryrefslogtreecommitdiff
path: root/src/nlohmann/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/nlohmann/local.mk')
-rw-r--r--src/nlohmann/local.mk2
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)))