mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
file: Add undocumented READ_MACHO subcommand on macOS
Provide a way to parse the architectures of a Mach-O binary. Issue: #25952
This commit is contained in:
11
Source/cmFileCommand_ReadMacho.h
Normal file
11
Source/cmFileCommand_ReadMacho.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
file Copyright.txt or https://cmake.org/licensing for details. */
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class cmExecutionStatus;
|
||||
|
||||
bool HandleReadMachoCommand(std::vector<std::string> const& args,
|
||||
cmExecutionStatus& status);
|
||||
Reference in New Issue
Block a user