1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-16 18:30:32 +00:00
CLK/Analyser/Static/Enterprise/StaticAnalyser.hpp

20 lines
424 B
C++
Raw Normal View History

2021-06-24 21:04:21 -04:00
//
// StaticAnalyser.hpp
// Clock Signal
//
// Created by Thomas Harte on 24/06/2021.
// Copyright 2018 Thomas Harte. All rights reserved.
//
#pragma once
2021-06-24 21:04:21 -04:00
#include "../StaticAnalyser.hpp"
#include "../../../Storage/TargetPlatforms.hpp"
#include <string>
2023-05-10 16:02:18 -05:00
namespace Analyser::Static::Enterprise {
2021-06-24 21:04:21 -04:00
TargetList GetTargets(const Media &media, const std::string &file_name, TargetPlatform::IntType potential_platforms);
}