This commit is contained in:
Zdenko Podobný 2016-11-24 14:18:50 +01:00
commit ed81de91a3

View File

@ -10,6 +10,7 @@ files:
- cube/.*\.cpp - cube/.*\.cpp
- cutil/.*\.cpp - cutil/.*\.cpp
- dict/.*\.cpp - dict/.*\.cpp
- lstm/.*\.cpp
- neural_networks/runtime/.*\.cpp - neural_networks/runtime/.*\.cpp
- opencl/.*\.cpp - opencl/.*\.cpp
- textord/.*\.cpp - textord/.*\.cpp
@ -24,6 +25,7 @@ files:
- cube/.*\.h - cube/.*\.h
- cutil/.*\.h - cutil/.*\.h
- dict/.*\.h - dict/.*\.h
- lstm/.*\.h
- neural_networks/runtime/.*\.h - neural_networks/runtime/.*\.h
- opencl/.*\.h - opencl/.*\.h
- textord/.*\.h - textord/.*\.h
@ -38,6 +40,7 @@ include_directories:
- cube - cube
- cutil - cutil
- dict - dict
- lstm
- neural_networks/runtime - neural_networks/runtime
- opencl - opencl
- textord - textord