mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
6 lines
136 B
CMake
6 lines
136 B
CMake
# Copyright (c) OpenMMLab. All rights reserved.
|
|||
cmake_minimum_required(VERSION 3.14)
|
|||
|
|||
add_subdirectory(ops)
|
|||
add_subdirectory(optimizer)
|