| 11 | } |
| 12 | |
| 13 | Result ChiModule::addDependency(const boost::filesystem::path& newDepFullPath) { |
| 14 | Result res = context().loadModule(newDepFullPath); |
| 15 | |
| 16 | if (res) { mDependencies.emplace(std::move(newDepFullPath)); } |
| 17 | |
| 18 | return res; |
| 19 | } |
| 20 | } // namespace chi |
no test coverage detected