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