mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* simplify deps management * skip visibility flags for MSVC * simplify cuda deps * naming * workaround for cmake<3.17 * add spdlog dependency * move the enablement of CUDA to top level CMakeLists.txt * fix MSVC build * fix lint * fix build for backend ops only * remove comment * allow to use apis/python as a standalone project * remove redundant cmake code * control shared or static lib using `MMDEPLOY_SHARED_LIBS` instead of `BUILD_SHARED_LIBS` * fix MSVC build * update docs
10 lines
309 B
Plaintext
10 lines
309 B
Plaintext
[submodule "third_party/cub"]
|
|
path = third_party/cub
|
|
url = https://github.com/NVIDIA/cub.git
|
|
[submodule "third_party/pybind11"]
|
|
path = third_party/pybind11
|
|
url = https://github.com/pybind/pybind11.git
|
|
[submodule "third_party/spdlog"]
|
|
path = third_party/spdlog
|
|
url = https://github.com/gabime/spdlog.git
|