mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Add nuspec.
This commit is contained in:
17
Aaru.Compression.Native.nuspec
Normal file
17
Aaru.Compression.Native.nuspec
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Aaru.Compression.Native</id>
|
||||
<version>6.0.0-alpha6</version>
|
||||
<description>C implementation of compression algorithms used by Aaru.</description>
|
||||
<authors>claunia</authors>
|
||||
<projectUrl>https://github.com/aaru-dps/Aaru.Compression.Native</projectUrl>
|
||||
<licenseUrl>https://spdx.org/licenses/LGPL-2.1-only.html</licenseUrl>
|
||||
<copyright>Copyright © 2011-2021 Natalia Portillo</copyright>
|
||||
<repository type="git" url="https://github.com/aaru-dps/Aaru.Compression.Native.git" />
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="LICENSE" target="LICENSE" />
|
||||
<file src="runtimes\**" target="runtimes/" />
|
||||
</files>
|
||||
</package>
|
||||
@@ -22,7 +22,7 @@ IF(APPLE)
|
||||
ENDIF()
|
||||
ENDIF(APPLE)
|
||||
|
||||
project("Aaru.Checksums.Native" C)
|
||||
project("Aaru.Compression.Native" C)
|
||||
|
||||
if("${CMAKE_C_COMPILER_ID}" MATCHES "MSVC" AND "${CMAKE_C_COMPILER_ARCHITECTURE_ID}" MATCHES "ARMV7")
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
Reference in New Issue
Block a user