now pulling cmake dependencies from dep-cmake
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -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
|
||||
|
||||
@@ -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
1
cmake
Submodule
Submodule cmake added at da9e3b45d0
Reference in New Issue
Block a user