From 6b478ad74b9ec51631c1bfa3223d85e35df98e01 Mon Sep 17 00:00:00 2001 From: Kitetsu Date: Wed, 4 Oct 2023 17:49:06 +0200 Subject: [PATCH] ECS: Modif to compil json lib PATCH --- deps/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index cb2a6b9a..974e7178 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -2,3 +2,4 @@ cmake_minimum_required(VERSION 3.15) add_subdirectory(raylib) add_subdirectory(boost) +add_subdirectory(json)