cpp-utils/Alloy.toml
2022-06-23 17:26:19 +01:00

17 lines
286 B
TOML

[package]
name = "utils"
authors = []
standard = "c++2b"
version = "0.1.0"
[lib]
cc-flags = ["-DNOMINMAX", "-D_HAS_CXX20=1"]
exclude-sources = ["src/main.cc"]
reparent-headers = true
name = "utils"
[[bin]]
cc-flags = ["-DNOMINMAX", "-g", "-gcodeview"]
ld-flags = ["-g"]
name = "test"