aboutsummaryrefslogtreecommitdiff
path: root/build/root.build
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-06-03 23:25:43 -0700
committerrtk0c <[email protected]>2022-06-03 23:25:43 -0700
commitc2ef7737536bf1f8c81fcfae95c0183b21c9753f (patch)
tree903178f538f4d66e48a91e82827a0c91a0e42f99 /build/root.build
parent8510a85f79f706b93982b4e398b187b5f77081dd (diff)
Changeset: 62 Branch comment: [] [WIP] Initial migration
Diffstat (limited to 'build/root.build')
-rw-r--r--build/root.build15
1 files changed, 15 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build
new file mode 100644
index 0000000..8d5c0d3
--- /dev/null
+++ b/build/root.build
@@ -0,0 +1,15 @@
+cxx.std = latest
+
+using c
+using cxx
+
+h{*}: extension = h
+c{*}: extension = c
+hxx{*}: extension = hpp
+ixx{*}: extension = ipp
+txx{*}: extension = tpp
+cxx{*}: extension = cpp
+
+# Assume headers are importable unless stated otherwise.
+#
+hxx{*}: cxx.importable = true