Update dependencies
This commit is contained in:
3
3rdParty/CMakeLists.txt
vendored
3
3rdParty/CMakeLists.txt
vendored
@@ -6,8 +6,8 @@ endif()
|
||||
if (NOT LINUX)
|
||||
add_subdirectory(spdlog)
|
||||
add_subdirectory(assimp)
|
||||
add_subdirectory(yaml-cpp)
|
||||
endif()
|
||||
add_subdirectory(yaml-cpp)
|
||||
add_subdirectory(magic-enum)
|
||||
add_subdirectory(pugixml)
|
||||
add_subdirectory(stb)
|
||||
@@ -15,6 +15,7 @@ add_subdirectory(eigen)
|
||||
add_subdirectory(utfcpp)
|
||||
add_subdirectory(imgui)
|
||||
add_subdirectory(tracy)
|
||||
add_subdirectory(libstud-uuid)
|
||||
|
||||
if (NOT LINUX)
|
||||
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/deps)
|
||||
|
||||
10
3rdParty/libstud-uuid/CMakeLists.txt
vendored
Normal file
10
3rdParty/libstud-uuid/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
libstud-uuid
|
||||
EXCLUDE_FROM_ALL
|
||||
GIT_REPOSITORY https://github.com/GeorgH93/libstud-uuid.git
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
|
||||
FetchContent_MakeAvailable(libstud-uuid)
|
||||
2
3rdParty/yaml-cpp/CMakeLists.txt
vendored
2
3rdParty/yaml-cpp/CMakeLists.txt
vendored
@@ -4,7 +4,7 @@ FetchContent_Declare(
|
||||
yaml-cpp
|
||||
EXCLUDE_FROM_ALL
|
||||
GIT_REPOSITORY https://github.com/jbeder/yaml-cpp.git
|
||||
GIT_TAG yaml-cpp-0.6.3
|
||||
GIT_TAG 0.8.0
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
set(YAML_CPP_BUILD_TOOLS OFF)
|
||||
|
||||
Reference in New Issue
Block a user