Mercurial > dedupe
diff CMakeLists.txt @ 8:d7b384b4a834
Fix compilation problems.
Fix printing issues.
Introduce raise function in Exception.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Wed, 22 Aug 2012 18:18:20 +0200 |
| parents | 5e4985407feb |
| children | ec87a79770ee |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Aug 22 01:07:06 2012 +0200 +++ b/CMakeLists.txt Wed Aug 22 18:18:20 2012 +0200 @@ -24,9 +24,9 @@ DataController.cpp EditDistance.cpp IOException.cpp - FileDbLink.cpp - SqliteDbLink.cpp - MemoryDbLink.cpp + FileDBLink.cpp + SqliteDBLink.cpp + MemoryDBLink.cpp ) SET(MOC_HEADERS
