first steps towards reusable engine codebase

isolation_bkp/dynres
Dominik Madarász 2022-09-27 12:56:12 +00:00 committed by GitHub
parent 7db50cc0d4
commit ba1e9bbaa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)