Setting up default include and library paths Resolved Locked 1 reply 52 subscribers 1231 views 0 members are here PJT_Import Tags More This thread has been locked. If you have a related question, please click th
// Add the resource dir library path SmallString<128> runtimeLibDir(rootDir); sys::path::append(runtimeLibDir, "lib", "clang", std::to_string(LLVM_VERSION_MAJOR), "lib"); searchPaths.insert(searchPaths.begin(), saver().save(runtimeLibDir.str())); // Resource dir + osname, whi...