From ecd382d9aa6034a2c29e4f3e8f1bc580ec675e28 Mon Sep 17 00:00:00 2001 From: Abdulkareem Siddiq Date: Tue, 28 Sep 2021 19:08:50 -0700 Subject: [PATCH] Added nuspec and targets file --- nuget/gabime.spdlog.nuspec | 45 +++++++++++++++++++++++++++++++++++++ nuget/gabime.spdlog.targets | 8 +++++++ 2 files changed, 53 insertions(+) create mode 100644 nuget/gabime.spdlog.nuspec create mode 100644 nuget/gabime.spdlog.targets diff --git a/nuget/gabime.spdlog.nuspec b/nuget/gabime.spdlog.nuspec new file mode 100644 index 00000000..9ac79824 --- /dev/null +++ b/nuget/gabime.spdlog.nuspec @@ -0,0 +1,45 @@ + + + + + + + gabime.spdlog + $VERSION$ + Gabi Melman + Fast C++ logging library + logging spdlog cpp11 native nativepackage cpp + https://github.com/gabime/spdlog + true + MIT + + Copyright (c) 2016 Gabi Melman + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/nuget/gabime.spdlog.targets b/nuget/gabime.spdlog.targets new file mode 100644 index 00000000..ae59fb31 --- /dev/null +++ b/nuget/gabime.spdlog.targets @@ -0,0 +1,8 @@ + + + + + $(MSBuildThisFileDirectory)include;%(AdditionalIncludeDirectories) + + + \ No newline at end of file