1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 14:08:35 +08:00
Files
CMake/Source/cmPlistParser.h
2023-07-26 17:00:01 -04:00

14 lines
307 B
C++

/* 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 <cm/optional>
namespace Json {
class Value;
}
cm::optional<Json::Value> cmParsePlist(const std::string& filename);