Mercurial > dedupe
diff CMakeLists.txt @ 48:ef429402e03b
Compile BitArray.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Mon, 10 Sep 2012 23:59:25 +0200 |
| parents | 877327e9061a |
| children | b9515dc35fe4 |
line wrap: on
line diff
--- a/CMakeLists.txt Mon Sep 10 23:59:05 2012 +0200 +++ b/CMakeLists.txt Mon Sep 10 23:59:25 2012 +0200 @@ -32,6 +32,7 @@ SET(CLASS_SOURCES + BitArray.cpp BitDecoder.cpp ConfigurationProcessing.cpp DataController.cpp @@ -48,10 +49,13 @@ ) SET(CLASS_HEADERS + BitArray.hpp + BitDecoder.hpp ConfigurationProcessing.hpp DataController.hpp EditDistance.hpp Exception/IOException.hpp + FastBitDecoder.hpp FileDBLink.hpp MemoryDBLink.hpp RBTree.hpp @@ -90,6 +94,7 @@ TARGET_LINK_LIBRARIES(updateDeDupe ${QT_LIBRARIES} ${SQLITE3_LIBRARIES} ${Boost_LIBRARIES}) ENABLE_TESTING() +NEW_TEST(TestBitArray) NEW_TEST(TestBitDecoder) NEW_TEST(TestDBCache) NEW_TEST(TestEditDistance)
