Sign in
android
/
platform
/
external
/
pytorch
/
a91c88a348
/
.
/
caffe2
/
onnx
/
CMakeLists.txt
blob: 14864dfe06fd80ba0b8ec81d348ebd07c4f99393 [
file
] [
log
] [
blame
]
# ---[ CPU files.
file(GLOB tmp *.cc)
set(Caffe2_CPU_SRCS ${Caffe2_CPU_SRCS} ${tmp})
# ---[ Send the lists to the parent scope.
set(Caffe2_CPU_SRCS ${Caffe2_CPU_SRCS} PARENT_SCOPE)