now pulling cmake dependencies from dep-cmake

This commit is contained in:
Alister
2021-12-09 20:38:11 +00:00
parent 8e4886fade
commit 77bf00284a
3 changed files with 6 additions and 2 deletions

4
.gitmodules vendored
View File

@@ -4,3 +4,7 @@
[submodule "src/external/blizzard-archive-library"]
path = src/external/blizzard-archive-library
url = https://gitlab.com/prophecy-rp/blizzard-archive-library.git
[submodule "cmake"]
path = cmake
url = https://gitlab.com/prophecy-rp/build-dependencies.git
branch = dep-cmake

View File

@@ -15,6 +15,7 @@ SET(CMAKE_CXX_STANDARD_REQUIRED ON)
INCLUDE(CheckCXXCompilerFlag)
INCLUDE(cmake/cmake_function.cmake)
INCLUDE(cmake/cmake_macro.cmake)
INCLUDE(FetchContent)
#Project name
PROJECT(Noggit)
@@ -378,8 +379,6 @@ ENDIF()
includePlatform("pack")
INCLUDE(FetchContent)
# Dependency: json.hpp
FetchContent_Declare (json
GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent

1
cmake Submodule

Submodule cmake added at da9e3b45d0