mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 13:47:10 +01:00
cmake: missing files added to CMakeLists.txt
fix: linker error for testsuits
This commit is contained in:
@@ -52,6 +52,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
|
||||
|
||||
@@ -52,6 +52,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
|
||||
|
||||
@@ -65,6 +65,7 @@ set( BASE_SRCS
|
||||
src/NullPartHandler.cpp
|
||||
src/PartHandler.cpp
|
||||
src/PartSource.cpp
|
||||
src/PartStore.cpp
|
||||
src/POP3ClientSession.cpp
|
||||
src/QuotedPrintableDecoder.cpp
|
||||
src/QuotedPrintableEncoder.cpp
|
||||
|
||||
Reference in New Issue
Block a user