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
comment = "Run generate_numbers to generate numbers.cpp"
59
+
60
+
# Post-build: run the executable to verify it works
61
+
[[target.main.custom-command]]
62
+
build-event = "post-build"
63
+
command = ["$<TARGET_FILE:main>"]
64
+
comment = "Run the main executable to verify generated code works"
65
+
```
66
+
67
+
68
+
69
+
<sup><sub>This page was automatically generated from [tests/generator-executable/cmake.toml](https://github.com/build-cpp/cmkr/tree/main/tests/generator-executable/cmake.toml).</sub></sup>
0 commit comments