9 lines
200 B
TOML
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"]
|