| 357 | } |
| 358 | |
| 359 | void setCurrentBuildType( KDevelop::IProject* project, const QString& type ) |
| 360 | { |
| 361 | writeBuildDirParameter( project, Config::Specific::cmakeBuildTypeKey, type ); |
| 362 | } |
| 363 | |
| 364 | void setCurrentCMakeExecutable(KDevelop::IProject* project, const KDevelop::Path& path) |
| 365 | { |
no test coverage detected