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

View File

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