Run in process anything in between ``, providing the result output in the command line that is invoking various commands via the backquote.
Examples:
cc ...compiler flags... test -f 'sourceFile.c' || echo './'sourceFile.c
g++ ...compiler flags... `pkg-config --cflags glfw3` -c -o imgui.o ../../imgui.cpp
Run in process anything in between ``, providing the result output in the command line that is invoking various commands via the backquote.
Examples:
cc ...compiler flags...
test -f 'sourceFile.c' || echo './'sourceFile.cg++ ...compiler flags... `pkg-config --cflags glfw3` -c -o imgui.o ../../imgui.cpp