diff --git a/Aaru.Compression.Native.nuspec b/Aaru.Compression.Native.nuspec new file mode 100644 index 0000000..8a44516 --- /dev/null +++ b/Aaru.Compression.Native.nuspec @@ -0,0 +1,17 @@ + + + + Aaru.Compression.Native + 6.0.0-alpha6 + C implementation of compression algorithms used by Aaru. + claunia + https://github.com/aaru-dps/Aaru.Compression.Native + https://spdx.org/licenses/LGPL-2.1-only.html + Copyright © 2011-2021 Natalia Portillo + + + + + + + \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 51fab87..4aebc71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)