Add missing files to CMakeLists.txt

This makes Poco compile with CMake again.
This commit is contained in:
Pascal Bach 2014-03-12 13:58:32 +01:00
parent 1950377a8e
commit f20994e2c3
4 changed files with 9 additions and 0 deletions

View File

@ -53,6 +53,7 @@ set( BASE_SRCS
src/DigestEngine.cpp
src/DigestStream.cpp
src/DirectoryIterator.cpp
src/DirectoryIteratorStrategy.cpp
src/DirectoryWatcher.cpp
src/Environment.cpp
src/Error.cpp

View File

@ -53,6 +53,7 @@ src/HexBinaryTest.cpp
src/LRUCacheTest.cpp
src/LineEndingConverterTest.cpp
src/LinearHashTableTest.cpp
src/ListMapTest.cpp
src/LocalDateTimeTest.cpp
src/LogStreamTest.cpp
src/LoggerTest.cpp
@ -79,6 +80,7 @@ src/NumberFormatterTest.cpp
src/NumberParserTest.cpp
src/PathTest.cpp
src/PatternFormatterTest.cpp
src/PBKDF2EngineTest.cpp
src/PriorityEventTest.cpp
src/ProcessTest.cpp
src/ProcessesTestSuite.cpp

View File

@ -62,9 +62,13 @@ set( BASE_SRCS
src/Net.cpp
src/NetException.cpp
src/NetworkInterface.cpp
src/NTPClient.cpp
src/NTPEventArgs.cpp
src/NTPPacket.cpp
src/NullPartHandler.cpp
src/PartHandler.cpp
src/PartSource.cpp
src/PartStore.cpp
src/POP3ClientSession.cpp
src/QuotedPrintableDecoder.cpp
src/QuotedPrintableEncoder.cpp

View File

@ -39,6 +39,8 @@ src/NameValueCollectionTest.cpp
src/NetCoreTestSuite.cpp
src/NetTestSuite.cpp
src/NetworkInterfaceTest.cpp
src/NTPClientTest.cpp
src/NTPClientTestSuite.cpp
src/POP3ClientSessionTest.cpp
src/QuotedPrintableTest.cpp
src/RawSocketTest.cpp