mirror of
https://github.com/github/codeql.git
synced 2026-03-04 22:56:47 +01:00
10 lines
343 B
C++
10 lines
343 B
C++
#pragma once
|
|
|
|
#include "swift/xcode-autobuilder/XcodeTarget.h"
|
|
#include "swift/xcode-autobuilder/XcodeProjectParser.h"
|
|
#include <filesystem>
|
|
|
|
void installDependencies(ProjectStructure& target, bool dryRun);
|
|
bool buildXcodeTarget(XcodeTarget& target, bool dryRun);
|
|
bool buildSwiftPackage(const std::filesystem::path& packageFile, bool dryRun);
|