Using boost

Is there a specific thing we need in projucer to be able to include boost?

1 Like

If you’re using a header-only library, it may be enough to just include the path to the library’s include directory in the “header search paths” field in the Projucer. If you’re using a library with its own translation units (normally built into a static or dynamic library) then you’ll also need to include the name of this library in the “additional libraries to link” field, and you’ll need to supply the path to the compiled library in the “extra library search paths” field.