I have a cppcheck project with its includes and defines and undefines, it works fine.
I would like to run the program via the command line, but I don't want to pass all the parameters using the CLI options, but I would like to feed the GUI project to it.
Is it possible?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a cppcheck project with its includes and defines and undefines, it works fine.
I would like to run the program via the command line, but I don't want to pass all the parameters using the CLI options, but I would like to feed the GUI project to it.
Is it possible?
sure. try this:
Thanks