comparison 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
comparison
equal deleted inserted replaced
220:82510454e772 221:6a664378c5c4
60 60
61 if (WITH_DYNLIB) 61 if (WITH_DYNLIB)
62 add_subdirectory(C++/Tests/DynLib) 62 add_subdirectory(C++/Tests/DynLib)
63 endif () 63 endif ()
64 64
65 65 if (WITH_HASH)
66 66 add_subdirectory(C++/Tests/Hash)
67 67 endif ()