Update dependency management

This commit is contained in:
2021-03-18 23:28:39 +01:00
parent 7c25151573
commit 50a52b7ced
3 changed files with 13 additions and 11 deletions

12
3rdParty/utfcpp/CMakeLists.txt vendored Normal file
View File

@@ -0,0 +1,12 @@
include(FetchContent)
FetchContent_Declare(
utfcpp
GIT_REPOSITORY https://github.com/nemtrif/utfcpp.git
GIT_TAG v3.1.2
GIT_SHALLOW TRUE
)
set(UTF8_TESTS OFF)
set(UTF8_INSTALL OFF)
set(UTF8_SAMPLES OFF)
FetchContent_MakeAvailable(utfcpp)