summaryrefslogtreecommitdiff
path: root/etc/import/TARGETS.fmt
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/TARGETS.fmt')
-rw-r--r--etc/import/TARGETS.fmt12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/import/TARGETS.fmt b/etc/import/TARGETS.fmt
new file mode 100644
index 00000000..a9434440
--- /dev/null
+++ b/etc/import/TARGETS.fmt
@@ -0,0 +1,12 @@
+{ "fmt-lib":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["fmt"]
+ , "srcs": ["src/format.cc", "src/os.cc"]
+ , "hdrs": [["./", "include/fmt", "hdrs"]]
+ }
+, "fmt":
+ { "type": "export"
+ , "target": "fmt-lib"
+ , "flexible_config": ["CXX", "CXXFLAGS", "AR", "ENV"]
+ }
+}