Merge pull request #1593 from Sonicadvance1/add_robin_map

Adds tsl::robin_map
This commit is contained in:
Mai M 2022-03-01 23:24:34 -05:00 committed by GitHub
commit a7ad7f4456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

4
.gitmodules vendored
View File

@ -45,3 +45,7 @@
[submodule "External/Catch2"]
path = External/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "External/robin-map"]
shallow = true
path = External/robin-map
url = https://github.com/Tessil/robin-map.git

View File

@ -327,6 +327,8 @@ set (CMAKE_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_LINKER_FLAGS_RELWITHDEBINFO} -fn
set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -fomit-frame-pointer")
set (CMAKE_LINKER_FLAGS_RELEASE "${CMAKE_LINKER_FLAGS_RELEASE} -fomit-frame-pointer")
include_directories(External/robin-map/include/)
add_subdirectory(External/vixl/)
include_directories(External/vixl/src/)

1
External/robin-map vendored Submodule

@ -0,0 +1 @@
Subproject commit a603419b9a0687c9148e02c8bd5e3db180bb9ac0