Add uthash.

This commit is contained in:
2022-10-02 03:12:33 +01:00
parent b29fba25d2
commit 0e530dff85
3 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -4,3 +4,6 @@
[submodule "3rdparty/flac"] [submodule "3rdparty/flac"]
path = 3rdparty/flac path = 3rdparty/flac
url = https://github.com/claunia/flac url = https://github.com/claunia/flac
[submodule "3rdparty/uthash"]
path = 3rdparty/uthash
url = https://github.com/troydhanson/uthash

1
3rdparty/uthash vendored Submodule

Submodule 3rdparty/uthash added at 4d01591ed9

View File

@@ -153,4 +153,6 @@ elseif(OpenSSL_FOUND)
TARGET_LINK_LIBRARIES_WHOLE_ARCHIVE(aaruformat ${OPENSSL_CRYPTO_LIBRARY}) TARGET_LINK_LIBRARIES_WHOLE_ARCHIVE(aaruformat ${OPENSSL_CRYPTO_LIBRARY})
endif() endif()
include_directories(include 3rdparty/uthash/src)
add_subdirectory(tests) add_subdirectory(tests)