| 462 | } |
| 463 | |
| 464 | std::string SourceConfigDirectory() { |
| 465 | return std::string(PROJECT_SOURCE_DIR) + "/data/config"; |
| 466 | } |
| 467 | |
| 468 | std::string BuildDataDirectory() { |
| 469 | return std::string(PROJECT_BINARY_DIR) + "/data"; |
no outgoing calls
no test coverage detected