* Add CityHash dep * Use CityHash for HashMap * Make MaybeView more versatile * Cleanup some inappropriate MaybeView uses
This commit is contained in:
Vendored
+1
@@ -82,4 +82,5 @@ if(OX_USE_STDLIB)
|
||||
set(JSONCPP_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/deps/jsoncpp/include")
|
||||
add_subdirectory(deps/jsoncpp)
|
||||
endif()
|
||||
add_subdirectory(deps/cityhash)
|
||||
add_subdirectory(src)
|
||||
|
||||
Reference in New Issue
Block a user