Description Usage Arguments Value Examples
get the version of an executable.
1 | exec_version(exec)
|
exec |
executable identifier, a single character. Use one of these values:
|
a numeric_version() with the version of the executable found.
1 2 3 4 5 6 7 8 | if(is_available("chrome"))
message(exec_version("chrome"))
if(is_available("node"))
message(exec_version("node"))
if(is_available("python"))
message(exec_version("python"))
if(is_available("libreoffice"))
message(exec_version("libreoffice"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.