Initial commit

This commit is contained in:
Duncan Ogilvie
2022-05-23 17:27:13 +02:00
commit d2ce1f3648
8 changed files with 448 additions and 0 deletions

8
cmake.toml Normal file
View File

@@ -0,0 +1,8 @@
# Reference: https://build-cpp.github.io/cmkr/cmake-toml
[project]
name = "zig--cross"
[target.zig--cross]
type = "executable"
sources = ["src/zig--cross/main.cpp"]
compile-features = ["cxx_std_11"]