Update dependency management
This commit is contained in:
12
3rdParty/utfcpp/CMakeLists.txt
vendored
Normal file
12
3rdParty/utfcpp/CMakeLists.txt
vendored
Normal 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)
|
||||
Reference in New Issue
Block a user