mirror of
https://github.com/aaru-dps/Aaru.Checksums.Native.git
synced 2025-12-16 11:14:29 +00:00
Initial commit.
This commit is contained in:
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
project("Aaru.Checksums.Native" C)
|
||||
|
||||
set(CMAKE_C_STANDARD 90)
|
||||
|
||||
add_library("Aaru.Checksums.Native" SHARED library.c)
|
||||
Reference in New Issue
Block a user