From 0a7cb301f1dd00e91acc88bbcbbda367704c3b67 Mon Sep 17 00:00:00 2001 From: Rainer Kartmann <rainer.kartmann@student.kit.edu> Date: Thu, 29 Nov 2018 15:49:23 +0100 Subject: [PATCH] Added json header to CMakeLists --- VirtualRobot/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/VirtualRobot/CMakeLists.txt b/VirtualRobot/CMakeLists.txt index 2b4ff8e30..9a1c7f54b 100644 --- a/VirtualRobot/CMakeLists.txt +++ b/VirtualRobot/CMakeLists.txt @@ -355,6 +355,7 @@ math/Grid3D.h math/GridCacheFloat3.h math/WeightedAverage.h Util/xml/tinyxml2.h +Util/json/json.hpp ) if (Simox_USE_RBDL AND RBDL_FOUND) -- GitLab