Add CityHash

This commit is contained in:
wheremyfoodat 2023-06-07 16:59:46 +03:00
parent 4541841da5
commit bf0436a85b
4 changed files with 1171 additions and 0 deletions

View file

@ -128,6 +128,8 @@ set(THIRD_PARTY_SOURCE_FILES third_party/imgui/imgui.cpp
third_party/imgui/imgui_widgets.cpp
third_party/imgui/imgui_demo.cpp
third_party/gl3w/gl3w.cpp
third_party/cityhash/cityhash.cpp
)
source_group("Header Files\\Core" FILES ${HEADER_FILES})