From bb1c43962aae1b2f8f5f4aad10a18010c1866577 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Mon, 25 May 2020 09:59:58 -0700 Subject: Fix linking with JSON-Glib in the GTK3 version --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2360eb0..73402a74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -315,6 +315,7 @@ target_link_libraries(hardinfo m ${ZLIB_LIBRARIES} ${X11_LIBRARIES} + ${JSON_GLIB_LIBRARIES} ) set_target_properties(hardinfo PROPERTIES COMPILE_FLAGS "-Wno-deprecated-declarations") else() -- cgit v1.2.3