Boost C++ Libraries

PrevUpHomeNext

Can I get output of external program as a variable in a Jamfile?

The SHELL builtin can be used for the purpose:

local gtk_includes = [ SHELL "gtk-config --cflags" ] ;


PrevUpHomeNext