protected void AddLibSearch(ref List <LibSearchPath> target, string folder, LibBuildConfig CFG, bool IsDLL) { target.Add(new LibSearchPath(ModuleDefManager.GetThirdPartyDir() + ModuleRoot + "\\" + folder, CFG, IsDLL, true)); }