Mercurial > dedupe
diff CMakeLists.txt @ 28:b2c2c2bf2bbd
Refactor Exceptions into a separate directory.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Thu, 06 Sep 2012 18:29:43 +0200 |
| parents | 95a10553ff90 |
| children | ad9c92d782dd |
line wrap: on
line diff
--- a/CMakeLists.txt Thu Sep 06 18:20:11 2012 +0200 +++ b/CMakeLists.txt Thu Sep 06 18:29:43 2012 +0200 @@ -29,7 +29,7 @@ HuffmanString.cpp HuffmanSet.cpp EditDistance.cpp - IOException.cpp + Exception/IOException.cpp FileDBLink.cpp SqliteDBLink.cpp MemoryDBLink.cpp @@ -40,7 +40,7 @@ SET(CLASS_HEADERS DataController.hpp EditDistance.hpp - IOException.hpp + Exception/IOException.hpp FileDBLink.hpp SqliteDBLink.hpp MemoryDBLink.hpp
