Right now the overlap check capability in overlap.cpp is linked into the XDG library itself, but until we're using that as part of the core library functionality we should reorganize the repo so that the code is in the tools directory. As it stands we currently need the indicators target to build XDG, which doesn't make sense when XDG_ENABLE_TOOLS is off.
Also, if we are using that capability in the core library down the lines, then we probably want to factor out indicators altogether.
Right now the overlap check capability in
overlap.cppis linked into the XDG library itself, but until we're using that as part of the core library functionality we should reorganize the repo so that the code is in thetoolsdirectory. As it stands we currently need theindicatorstarget to build XDG, which doesn't make sense whenXDG_ENABLE_TOOLSis off.Also, if we are using that capability in the core library down the lines, then we probably want to factor out indicators altogether.