Get the path to the .c directory. It is not garunteed to exist, even if cEnabled() is true
| 148 | |
| 149 | /// Get the path to the .c directory. It is not garunteed to exist, even if cEnabled() is true |
| 150 | boost::filesystem::path pathToCSources() const { |
| 151 | return sourceFilePath().parent_path() / (shortName() + ".c"); |
| 152 | } |
| 153 | |
| 154 | /// \} |
| 155 |