From ba1e9bbaa7ea2749f33c36a5b9347f10fcad4764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Tue, 27 Sep 2022 12:56:12 +0000 Subject: [PATCH] first steps towards reusable engine codebase --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6e30ea..60bbb01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ include_directories(code/common code/vendors code/vendors/flecs) include(cmake/FindRaylib.cmake) -add_subdirectory(code/modules) add_subdirectory(code/vendors) -add_subdirectory(code/game) +add_subdirectory(code/foundation) +add_subdirectory(code/games)