Adds a generic C++ based caching library to support material external modules. This is a template based library which means there is nothing to build or link. The only modification is to the CMakeLists.txt file to enable integration with FreeCAD, Original source: https://github.com/goldsborough/lru-cache
4 lines
106 B
INI
4 lines
106 B
INI
# cpplint configuration
|
|
|
|
filter=-build/c++11,-whitespace/parens,-runtime/references,-whitespace/operators
|