mirror of
https://github.com/Vita3K/Vita3K.git
synced 2025-04-02 11:02:10 -04:00
11 lines
210 B
CMake
11 lines
210 B
CMake
add_library(
|
|
crypto
|
|
STATIC
|
|
include/crypto/aes.h
|
|
include/crypto/hash.h
|
|
src/aes.cpp
|
|
src/hash.cpp
|
|
)
|
|
|
|
target_include_directories(crypto PUBLIC include)
|
|
target_link_libraries(crypto PRIVATE crypto-algorithms)
|