* 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
132 B
CMake
7 lines
132 B
CMake
add_executable( AesBlock
|
|
AesBlock.c )
|
|
target_link_libraries( AesBlock
|
|
WjCryptLib )
|
|
|
|
install(TARGETS AesBlock DESTINATION .)
|