cpp11
cpp11 copied to clipboard
Cpp source include fixes
trafficstars
Two improvements to srouce_cpp():
- Honor
<basename>_types.hor<basename>_types.hpp(I included both extensions because editor support might be different for different extensions. And I feel it's cleaner to use hpp for cpp code). Fixes #216 - Add file's directory to the include path. (addresses most common use case of #246 without dealing with CPPFLAGS trickery)
Re-add cleaning of _N.cpp suffixing logic originally done in #176 (4ef13b7) as per comment.