* Added AES-OFB module. * File names have been changed to have the prefix `WjCryptLib_` rather than `CryptLib_`. * Removed compiled binaries from source tree.
8 lines
149 B
CMake
8 lines
149 B
CMake
add_executable( Sha512String
|
|
Sha512String.c )
|
|
target_link_libraries( Sha512String
|
|
WjCryptLib )
|
|
|
|
install(TARGETS Sha512String DESTINATION .)
|
|
|