From 575313c1645512af0858fab869fa9b45b10d8c01 Mon Sep 17 00:00:00 2001 From: Andres6936 Date: Sun, 26 Dec 2021 09:14:22 -0500 Subject: [PATCH] Removed unnecessary files from library definition --- src/lib_json/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib_json/CMakeLists.txt b/src/lib_json/CMakeLists.txt index 1805d87..4aff853 100644 --- a/src/lib_json/CMakeLists.txt +++ b/src/lib_json/CMakeLists.txt @@ -77,9 +77,7 @@ list(APPEND REQUIRED_FEATURES ADD_LIBRARY(jsoncpp.framework.object OBJECT - json_tool.h json_reader.cpp - json_valueiterator.inl json_value.cpp json_writer.cpp )