Hello
As in subject when uninstalled I can't use library, because headers can't be included correctly:
#include <avcpp/av.h>
// or
#include "avcpp/av.h"
I am aware of 3 potential solutions to that, two simple, one not that simple:
I can live with my 'copy headers' workaround, didn't care yet to implement it for cmake though.