created project with cmake
This commit is contained in:
parent
c4b3d8ac5f
commit
5f6abf300e
54 changed files with 412 additions and 310 deletions
17
CMake/CMake.1.6.0/Templates/CMake.nuspec.Template
Normal file
17
CMake/CMake.1.6.0/Templates/CMake.nuspec.Template
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0"?>
|
||||
<package>
|
||||
<metadata>
|
||||
<id>@TSEP_PRODUCT_NAME@</id>
|
||||
<version>@TSEP_NEXUS_VERSION@</version>
|
||||
<authors>$ENV{USERNAME}</authors>
|
||||
<owners>TSEP</owners>
|
||||
<description>@TSEP_PRODUCT_DESCRIPTION@</description>
|
||||
<releaseNotes>internal</releaseNotes>
|
||||
<copyright>Copyright 2021</copyright>
|
||||
<tags>Application</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="*/**" target="/" />
|
||||
<file src="*" target="/" />
|
||||
</files>
|
||||
</package>
|
Loading…
Add table
Add a link
Reference in a new issue