mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add uthash.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
1
3rdparty/uthash
vendored
Submodule
Submodule 3rdparty/uthash added at 4d01591ed9
@@ -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)
|
||||||
Reference in New Issue
Block a user