xcore / xcommon

Common application framework for XMOS software
Other
23 stars 7 forks source link

Should accept other extensions for c++ files #12

Open rlsosborne opened 12 years ago

rlsosborne commented 12 years ago

It currently only picks up .cpp files. However there are a number of other extensions that are commonly used for C++ files. xcc accepts the following:

.cc .cp .c++ .C .cxx

xcommon should support these as well.