You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also prefix most keys with `condition.` to represent a conditional:
51
+
52
+
```toml
53
+
[target]
54
+
type = "executable"
55
+
sources = ["src/main.cpp"]
56
+
windows.sources = ["src/windows_specific.cpp"]
57
+
```
58
+
50
59
This will make the `arch64` and `arch32` conditions available with their respective CMake expressions. The following conditions are predefined (you can override them if you desire):
0 commit comments