From 086d88c507e1334ab93961cb76313eb53f85f5ab Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 26 Apr 2016 21:16:35 +0200 Subject: [PATCH] README.md, features: added support for external libraries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1148a8..b9bc670 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ towards libclang with speed and ease of use in mind. * C++ warnings and errors on the fly * C++ Fix-its * Debug integration through lldb -* Automated CMake processing +* Automated CMake processing, including support for external libraries * Fast C++ autocompletion * Keyword and buffer autocompletion for other file types * Tooltips showing type information and doxygen documentation (C++)