From e044fc4255aa64ef1dbc3d20ed87ed6e2f61a6bd Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 9 May 2021 19:01:59 -0400 Subject: Code refactoring --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 5000f93..a74adcb 100755 --- a/configure +++ b/configure @@ -8,7 +8,7 @@ EXECUTABLE="dmtool" LIBRARY= # List of libs as given to pkg-config -LIBS="libconfuse" +LIBS="libconfuse nlohmann_json" CFLAGS="-c -Wall -fPIC -std=c++20" -- cgit v1.2.3