Mercurial > dedupe
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 47:b23f04d4a276 | 48:ef429402e03b |
|---|---|
| 30 | 30 |
| 31 INCLUDE_DIRECTORIES(${PROJECT_SOURCE_DIR}) | 31 INCLUDE_DIRECTORIES(${PROJECT_SOURCE_DIR}) |
| 32 | 32 |
| 33 | 33 |
| 34 SET(CLASS_SOURCES | 34 SET(CLASS_SOURCES |
| 35 BitArray.cpp | |
| 35 BitDecoder.cpp | 36 BitDecoder.cpp |
| 36 ConfigurationProcessing.cpp | 37 ConfigurationProcessing.cpp |
| 37 DataController.cpp | 38 DataController.cpp |
| 38 EditDistance.cpp | 39 EditDistance.cpp |
| 39 Exception/IOException.cpp | 40 Exception/IOException.cpp |
| 46 SqliteDBLink.cpp | 47 SqliteDBLink.cpp |
| 47 UniqueString.cpp | 48 UniqueString.cpp |
| 48 ) | 49 ) |
| 49 | 50 |
| 50 SET(CLASS_HEADERS | 51 SET(CLASS_HEADERS |
| 52 BitArray.hpp | |
| 53 BitDecoder.hpp | |
| 51 ConfigurationProcessing.hpp | 54 ConfigurationProcessing.hpp |
| 52 DataController.hpp | 55 DataController.hpp |
| 53 EditDistance.hpp | 56 EditDistance.hpp |
| 54 Exception/IOException.hpp | 57 Exception/IOException.hpp |
| 58 FastBitDecoder.hpp | |
| 55 FileDBLink.hpp | 59 FileDBLink.hpp |
| 56 MemoryDBLink.hpp | 60 MemoryDBLink.hpp |
| 57 RBTree.hpp | 61 RBTree.hpp |
| 58 SqliteDBLink.hpp | 62 SqliteDBLink.hpp |
| 59 UniqueString.hpp | 63 UniqueString.hpp |
| 88 | 92 |
| 89 ADD_EXECUTABLE(updateDeDupe Apps/updateDeDupe.cpp ${SOURCES} ${MOC_SOURCES}) | 93 ADD_EXECUTABLE(updateDeDupe Apps/updateDeDupe.cpp ${SOURCES} ${MOC_SOURCES}) |
| 90 TARGET_LINK_LIBRARIES(updateDeDupe ${QT_LIBRARIES} ${SQLITE3_LIBRARIES} ${Boost_LIBRARIES}) | 94 TARGET_LINK_LIBRARIES(updateDeDupe ${QT_LIBRARIES} ${SQLITE3_LIBRARIES} ${Boost_LIBRARIES}) |
| 91 | 95 |
| 92 ENABLE_TESTING() | 96 ENABLE_TESTING() |
| 97 NEW_TEST(TestBitArray) | |
| 93 NEW_TEST(TestBitDecoder) | 98 NEW_TEST(TestBitDecoder) |
| 94 NEW_TEST(TestDBCache) | 99 NEW_TEST(TestDBCache) |
| 95 NEW_TEST(TestEditDistance) | 100 NEW_TEST(TestEditDistance) |
| 96 NEW_TEST(TestFastBitDecoder) | 101 NEW_TEST(TestFastBitDecoder) |
| 97 NEW_TEST(TestHuffmanString) | 102 NEW_TEST(TestHuffmanString) |
