Closed
Description
When using third party C++ code not originally targeting the Arduino it is not uncommon to find those source files with a ".cc" or ".cxx" extension.
These are currently unusable since the builder doesn't copy those files from src/*
into the temporary build tree.
Please add those to the list of recognised source code extensions for C++ code.