Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
76051e13
Commit
76051e13
authored
Oct 26, 2022
by
Waqar Ahmed
Browse files
add run_cmd to example kateproject
parent
2be9e777
Pipeline
#255834
passed with stage
in 7 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
addons/project/kateproject.example
View file @
76051e13
...
...
@@ -59,8 +59,8 @@ struct
string directory;
/// "targets" contains a vector of targets (as in a makefile). Each target has a name
/// a
nd a
command. The commands are exe
u
cted in the build directory.
vector< {string name, string build_cmd} > targets;
/// a
build command and a run
command. The commands are exec
u
ted in the build directory.
vector< {string name, string build_cmd
, string run_cmd
} > targets;
/// "default_target" must be set to one of the target names in "targets". This is the target
/// which will be built by the "Build default target" action of the build plugin.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment