Files
zig-cross/cmake.toml
Duncan Ogilvie d2ce1f3648 Initial commit
2022-05-23 17:36:33 +02:00

9 lines
200 B
TOML

# 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"]