mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-02-13 09:47:15 +01:00
Rename source to module.
This commit is contained in:
11
module/Vendor/Whirlpool/CMakeLists.txt
vendored
Normal file
11
module/Vendor/Whirlpool/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Create the WhirlpoolLib library
|
||||
add_library(WhirlpoolLib STATIC
|
||||
include/ustd.h
|
||||
include/whirlpool.h
|
||||
byte_order.h byte_order.c
|
||||
whirlpool.c
|
||||
whirlpool_sbox.c
|
||||
)
|
||||
# Configure include folders
|
||||
target_include_directories(WhirlpoolLib PRIVATE ${CMAKE_CURRENT_LIST_DIR})
|
||||
target_include_directories(WhirlpoolLib PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include)
|
||||
Reference in New Issue
Block a user