Skip to content

Commit e8dd39b

Browse files
authored
[CORE] Unify and move GameEngine's Xfer files to Core (#821)
1 parent 78b7961 commit e8dd39b

File tree

22 files changed

+1208
-2312
lines changed

22 files changed

+1208
-2312
lines changed

Core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
2121
add_subdirectory(Libraries)
2222

2323
# Base GameEngine library
24-
# add_subdirectory(GameEngine)
24+
add_subdirectory(GameEngine)
2525

2626
# Platform specific GameEngine code
2727
# add_subdirectory(GameEngineDevice)

Core/GameEngine/CMakeLists.txt

Lines changed: 1184 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)