Update dependency management
This commit is contained in:
2
3rdParty/CMakeLists.txt
vendored
2
3rdParty/CMakeLists.txt
vendored
@@ -7,9 +7,9 @@ add_subdirectory(spdlog)
|
||||
add_subdirectory(magic-enum)
|
||||
add_subdirectory(yaml-cpp)
|
||||
add_subdirectory(pugixml)
|
||||
add_subdirectory(PlatformFolders)
|
||||
add_subdirectory(stb)
|
||||
add_subdirectory(eigen)
|
||||
add_subdirectory(utfcpp)
|
||||
|
||||
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/deps)
|
||||
execute_process(
|
||||
|
||||
10
3rdParty/PlatformFolders/CMakeLists.txt
vendored
10
3rdParty/PlatformFolders/CMakeLists.txt
vendored
@@ -1,10 +0,0 @@
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
platform_folders
|
||||
GIT_REPOSITORY https://github.com/sago007/PlatformFolders.git
|
||||
GIT_TAG 4.2.0
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
set(PLATFORMFOLDERS_BUILD_TESTING OFF)
|
||||
FetchContent_MakeAvailable(platform_folders)
|
||||
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