From 225ef13cc7f58b69ef4c4db6308a225c726359f7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 24 Jun 2015 05:59:11 +0300 Subject: move executables from test/ to utils/ --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1301aa7..19b6707 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,5 +17,4 @@ target_compile_definitions(libaesni PRIVATE _CRT_SECURE_NO_WARNINGS) add_subdirectory(cxx) add_subdirectory(examples) -add_subdirectory(test) add_subdirectory(utils) -- cgit v1.2.3