Hi,
I am having some difficulties determining how to work with a back quoted arguments generator using CMake. I.e. something like this-
g++ -g -c Exp.cpp `llvm-config --cppflags --ldflags --libs core jit native`
Any advice/tips would be appreciated.
Thanks in advance,
Carter.