We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ed752 commit 33c88daCopy full SHA for 33c88da
tests/examples/bau/meson/meson.build
@@ -4,4 +4,4 @@ project('HelloWorld', 'cpp')
4
hello_world = executable('hello_world', 'main.cpp')
5
6
# Example of custom target to run all tasks
7
-build_all_target = custom_target('build_all', command: 'echo', output: 'echo', input: [hello_world])
+build_all = custom_target('build_all', command: 'echo', output: 'echo', input: [hello_world])
0 commit comments