obs-StreamFX/.gitmodules
Michael Fabian 'Xaymar' Dirks a149531fb8 cmake: Upgrade version code to shared cmake-version module
This module handles parsing, generating, modifying and comparing of versions with pure CMake.
2023-04-05 18:58:28 +02:00

21 lines
839 B
Text

[submodule "cmake/clang"]
path = cmake/clang
url = https://github.com/Xaymar/cmake-clang.git
[submodule "cmake/codesign"]
path = cmake/codesign
url = https://github.com/Xaymar/cmake-codesign.git
[submodule "cmake/version"]
path = cmake/version
url = https://github.com/Xaymar/cmake-version.git
[submodule "third-party/nlohmann-json"]
path = third-party/nlohmann-json
url = https://github.com/nlohmann/json.git
[submodule "third-party/msvc-redist-helper"]
path = third-party/msvc-redist-helper
url = https://github.com/Xaymar/msvc-redist-helper.git
[submodule "third-party/nvidia-maxine-ar-sdk"]
path = third-party/nvidia-maxine-ar-sdk
url = https://github.com/NVIDIA/MAXINE-AR-SDK.git
[submodule "third-party/nvidia-maxine-vfx-sdk"]
path = third-party/nvidia-maxine-vfx-sdk
url = https://github.com/NVIDIA/MAXINE-VFX-SDK.git