mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17862 Differential Revision: D14429234 Pulled By: bddppq fbshipit-source-id: 5cb8750bd9db0ff8a179977d2bfbb180265cce81
9 lines
234 B
CMake
9 lines
234 B
CMake
project(modules CXX C)
|
|
add_subdirectory(detectron)
|
|
add_subdirectory(module_test)
|
|
add_subdirectory(observers)
|
|
add_subdirectory(rocksdb)
|
|
|
|
# Finally, set Caffe2_MODULES to parent scope.
|
|
set(Caffe2_MODULES ${Caffe2_MODULES} PARENT_SCOPE)
|