зеркало из https://github.com/microsoft/caffe.git
add new tools dir to linted dir list
This commit is contained in:
Родитель
8c58e415b4
Коммит
41246fce42
3
Makefile
3
Makefile
|
@ -36,10 +36,11 @@ PROTO_SRCS := $(wildcard src/$(PROJECT)/proto/*.proto)
|
|||
# proto.
|
||||
NONGEN_CXX_SRCS := $(shell find \
|
||||
src/$(PROJECT) \
|
||||
examples \
|
||||
include/$(PROJECT) \
|
||||
python/$(PROJECT) \
|
||||
matlab/$(PROJECT) \
|
||||
examples \
|
||||
tools \
|
||||
-regex ".*\.\(cpp\|hpp\|cu\|cuh\)")
|
||||
# PY$(PROJECT)_SRC is the python wrapper for $(PROJECT)
|
||||
PY$(PROJECT)_SRC := python/$(PROJECT)/py$(PROJECT).cpp
|
||||
|
|
Загрузка…
Ссылка в новой задаче