Initial commit
This commit is contained in:
8
cmake.toml
Normal file
8
cmake.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user