зеркало из 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.
|
# proto.
|
||||||
NONGEN_CXX_SRCS := $(shell find \
|
NONGEN_CXX_SRCS := $(shell find \
|
||||||
src/$(PROJECT) \
|
src/$(PROJECT) \
|
||||||
examples \
|
|
||||||
include/$(PROJECT) \
|
include/$(PROJECT) \
|
||||||
python/$(PROJECT) \
|
python/$(PROJECT) \
|
||||||
matlab/$(PROJECT) \
|
matlab/$(PROJECT) \
|
||||||
|
examples \
|
||||||
|
tools \
|
||||||
-regex ".*\.\(cpp\|hpp\|cu\|cuh\)")
|
-regex ".*\.\(cpp\|hpp\|cu\|cuh\)")
|
||||||
# PY$(PROJECT)_SRC is the python wrapper for $(PROJECT)
|
# PY$(PROJECT)_SRC is the python wrapper for $(PROJECT)
|
||||||
PY$(PROJECT)_SRC := python/$(PROJECT)/py$(PROJECT).cpp
|
PY$(PROJECT)_SRC := python/$(PROJECT)/py$(PROJECT).cpp
|
||||||
|
|
Загрузка…
Ссылка в новой задаче