From dab4fc914381990a5aff9d79c84baf3a93a3f272 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Sun, 6 Sep 2020 11:55:33 +0200 Subject: [PATCH] Rename List into Array in the CMakeLists.txt file --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c6f2e52a..9b396a6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,7 +137,7 @@ set (REACTPHYSICS3D_HEADERS "include/reactphysics3d/memory/MemoryManager.h" "include/reactphysics3d/containers/Stack.h" "include/reactphysics3d/containers/LinkedList.h" - "include/reactphysics3d/containers/List.h" + "include/reactphysics3d/containers/Array.h" "include/reactphysics3d/containers/Map.h" "include/reactphysics3d/containers/Set.h" "include/reactphysics3d/containers/Pair.h"