after 2 weeks of porting over the ngc_ft1 code to solanaceae and rewriting the highlevel logic
(29 commits predate this)
This commit is contained in:
12
external/sha1/CMakeLists.txt
vendored
Normal file
12
external/sha1/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
cmake_minimum_required(VERSION 3.8)
|
||||
|
||||
project(sha1 LANGUAGES C)
|
||||
|
||||
add_library(sha1 STATIC
|
||||
./sha1/sha1.h
|
||||
./sha1/sha1.c
|
||||
)
|
||||
add_library(sha1::sha1 ALIAS sha1)
|
||||
|
||||
target_include_directories(sha1 PUBLIC "sha1")
|
||||
|
Reference in New Issue
Block a user