Mercurial > dedupe
comparison CMakeLists.txt @ 46:877327e9061a
N-Tree for decoding.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Mon, 10 Sep 2012 21:31:10 +0200 |
| parents | f23fa42238dc |
| children | ef429402e03b |
comparison
equal
deleted
inserted
replaced
| 45:41cc0d8ac77f | 46:877327e9061a |
|---|---|
| 36 ConfigurationProcessing.cpp | 36 ConfigurationProcessing.cpp |
| 37 DataController.cpp | 37 DataController.cpp |
| 38 EditDistance.cpp | 38 EditDistance.cpp |
| 39 Exception/IOException.cpp | 39 Exception/IOException.cpp |
| 40 Exception/SQLException.cpp | 40 Exception/SQLException.cpp |
| 41 FastBitDecoder.cpp | |
| 41 FileDBLink.cpp | 42 FileDBLink.cpp |
| 42 HuffmanSet.cpp | 43 HuffmanSet.cpp |
| 43 HuffmanString.cpp | 44 HuffmanString.cpp |
| 44 MemoryDBLink.cpp | 45 MemoryDBLink.cpp |
| 45 SqliteDBLink.cpp | 46 SqliteDBLink.cpp |
| 78 ) | 79 ) |
| 79 | 80 |
| 80 | 81 |
| 81 | 82 |
| 82 SET(CMAKE_CXX_FLAGS "-O3 -Wall") | 83 SET(CMAKE_CXX_FLAGS "-O3 -Wall") |
| 84 #SET(CMAKE_CXX_FLAGS "-g2 -Wall -fno-inline") | |
| 83 | 85 |
| 84 ADD_EXECUTABLE(DeDupe Apps/DeDupe.cpp ${SOURCES} ${MOC_SOURCES}) | 86 ADD_EXECUTABLE(DeDupe Apps/DeDupe.cpp ${SOURCES} ${MOC_SOURCES}) |
| 85 TARGET_LINK_LIBRARIES(DeDupe ${QT_LIBRARIES} ${SQLITE3_LIBRARIES} ${Boost_LIBRARIES}) | 87 TARGET_LINK_LIBRARIES(DeDupe ${QT_LIBRARIES} ${SQLITE3_LIBRARIES} ${Boost_LIBRARIES}) |
| 86 | 88 |
| 87 ADD_EXECUTABLE(updateDeDupe Apps/updateDeDupe.cpp ${SOURCES} ${MOC_SOURCES}) | 89 ADD_EXECUTABLE(updateDeDupe Apps/updateDeDupe.cpp ${SOURCES} ${MOC_SOURCES}) |
| 89 | 91 |
| 90 ENABLE_TESTING() | 92 ENABLE_TESTING() |
| 91 NEW_TEST(TestBitDecoder) | 93 NEW_TEST(TestBitDecoder) |
| 92 NEW_TEST(TestDBCache) | 94 NEW_TEST(TestDBCache) |
| 93 NEW_TEST(TestEditDistance) | 95 NEW_TEST(TestEditDistance) |
| 96 NEW_TEST(TestFastBitDecoder) | |
| 94 NEW_TEST(TestHuffmanString) | 97 NEW_TEST(TestHuffmanString) |
| 95 NEW_TEST(TestRBTree) | 98 NEW_TEST(TestRBTree) |
| 96 NEW_TEST(TestSqliteDBLink) | 99 NEW_TEST(TestSqliteDBLink) |
| 97 | 100 |
| 98 #ADD_PRECOMPILED_HEADER(TestEditDistance TestFramework.hpp) | 101 #ADD_PRECOMPILED_HEADER(TestEditDistance TestFramework.hpp) |
