summaryrefslogtreecommitdiffstats
path: root/Modules/CPack.NuGet.nuspec.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-05-14 13:31:50 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-05-14 13:32:04 (GMT)
commita04ca510c1d79a52768a247af6f115aeb26e1837 (patch)
tree67613b15653be2aa02264e605595e3d1a12f62bf /Modules/CPack.NuGet.nuspec.in
parent653eb6ebdcd37b0f8178a1932f1fd00f7da581f1 (diff)
parentf739752ad6f2d661148faa3691189db9251d34b6 (diff)
downloadCMake-a04ca510c1d79a52768a247af6f115aeb26e1837.zip
CMake-a04ca510c1d79a52768a247af6f115aeb26e1837.tar.gz
CMake-a04ca510c1d79a52768a247af6f115aeb26e1837.tar.bz2
Merge topic 'cpack-nuget'
f739752ad6 CPack: Add NuGet support dd43e6fe89 Tests: Format `RunCPackVerifyResult.cmake` more consistently 43582cda57 Tests: Fix comment for finding dpkg tool Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1972
Diffstat (limited to 'Modules/CPack.NuGet.nuspec.in')
-rw-r--r--Modules/CPack.NuGet.nuspec.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/Modules/CPack.NuGet.nuspec.in b/Modules/CPack.NuGet.nuspec.in
new file mode 100644
index 0000000..b7beb5d
--- /dev/null
+++ b/Modules/CPack.NuGet.nuspec.in
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
+ <metadata>
+ <!-- Required elements-->
+ <id>@CPACK_NUGET_PACKAGE_NAME@</id>
+ <version>@CPACK_NUGET_PACKAGE_VERSION@</version>
+ <description>@CPACK_NUGET_PACKAGE_DESCRIPTION@</description>
+ <authors>@CPACK_NUGET_PACKAGE_AUTHORS@</authors>
+
+ <!-- Optional elements -->
+ @_CPACK_NUGET_TITLE_TAG@
+ @_CPACK_NUGET_OWNERS_TAG@
+ @_CPACK_NUGET_PROJECTURL_TAG@
+ @_CPACK_NUGET_LICENSEURL_TAG@
+ @_CPACK_NUGET_ICONURL_TAG@
+ @_CPACK_NUGET_REQUIRELICENSEACCEPTANCE_TAG@
+ @_CPACK_NUGET_SUMMARY_TAG@
+ @_CPACK_NUGET_RELEASENOTES_TAG@
+ @_CPACK_NUGET_COPYRIGHT_TAG@
+ @_CPACK_NUGET_TAGS_TAG@
+ @_CPACK_NUGET_DEPENDENCIES_TAG@
+ </metadata>
+ @_CPACK_NUGET_FILES_TAG@
+</package>