codeql/swift/swift-autobuilder/XcodeWorkspaceParser.h

10 строки
185 B
C++

#pragma once
#include <string>
#include <vector>
#include <filesystem>
namespace fs = std::filesystem;
std::vector<fs::path> readProjectsFromWorkspace(const std::string& workspace);