From 7468b42317326556dc837ceb9688f40bccf8a54c Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Sun, 26 Nov 2023 01:35:08 -0500 Subject: [PATCH] Copy Josiah again --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c078761..977cad5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,6 +42,7 @@ endif() list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") enable_testing() +add_subdirectory(source/lib/json) add_subdirectory(source/Irrlicht) add_subdirectory(test)