diff CMakeLists.txt @ 221:6a664378c5c4

Hash: add unit tests
author David Demelier <markand@malikania.fr>
date Thu, 08 May 2014 23:15:21 +0200
parents 8fc177bbc4a6
children 5a99711d52f9
line wrap: on
line diff
--- a/CMakeLists.txt	Thu May 08 22:56:12 2014 +0200
+++ b/CMakeLists.txt	Thu May 08 23:15:21 2014 +0200
@@ -62,6 +62,6 @@
 	add_subdirectory(C++/Tests/DynLib)
 endif ()
 
-
-
-
+if (WITH_HASH)
+	add_subdirectory(C++/Tests/Hash)
+endif ()