From 74a74ece8f6363e3ae1758c6eaf7263e4c6bb53e Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 2 Aug 2019 10:13:43 +0200 Subject: [PATCH] 2019-08-02 --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index f344929..d1ad842 100644 --- a/docs/index.html +++ b/docs/index.html @@ -68,7 +68,7 @@ $(function() {

xdgcfg is a very simple wrapper around libconfig written in C++. It reads and writes files in ${XDG_CONFIG_HOME}. It creates subdirectories if necessary.

Usage

-

xdgcfg.hpp has explanatory comments in it and there is an example. The reference is also available at doc.schlomp.space/xdgcfg/.

+

xdgcfg.hpp has explanatory comments in it and there is an example. The reference is also available at doc.schlomp.space/xdgcfg/.

Use it in your CMake project like this:

find_package(xdgcfg CONFIG REQUIRED)
target_link_libraries(MyProject xdgcfg::xdgcfg)

If you don't use CMake, you can get the compile-flags with pkg-config:

pkg-config --libs --cflags xdgcfg

Install