From d84140f48f9180fce594ee77e288bd6bbfc11fc9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 25 May 2015 02:40:04 +0300 Subject: add test/ Includes simple block encryption/decryption programs for the supported modes (AES128/192/256 ECB + AES256 CBC). --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 702f157..5be65df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,3 +7,4 @@ target_include_directories(${PROJECT_NAME} PUBLIC include/) target_compile_definitions(${PROJECT_NAME} PRIVATE _CRT_SECURE_NO_WARNINGS) add_subdirectory(examples) +add_subdirectory(test) -- cgit v1.2.3