Remove UString. And replaced std::map to std::unordered_map
This commit is contained in:
@@ -11,10 +11,8 @@ FetchContent_MakeAvailable(googletest)
|
||||
enable_testing()
|
||||
|
||||
file(GLOB SRC
|
||||
"UStringTest.cpp"
|
||||
"SaveMapTest.cpp"
|
||||
|
||||
"${PROJECT_SOURCE_DIR}/Core/Types/UString.cpp"
|
||||
"${PROJECT_SOURCE_DIR}/Core/Game/SaveMap/SaveMap.cpp"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user