diff options
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index aaff70fe..bf3156ac 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -1,5 +1,6 @@ add_library(CruBase Base.cpp + Buffer.cpp Exception.cpp Format.cpp PropertyTree.cpp @@ -7,6 +8,7 @@ add_library(CruBase StringToNumberConverter.cpp StringUtil.cpp SubProcess.cpp + io/AutoReadStream.cpp io/CFileStream.cpp io/Stream.cpp io/ProxyStream.cpp |