From b1ca8d1264adaa2ebbba2e8badc32ff1b57d9fc7 Mon Sep 17 00:00:00 2001 From: Marian Krivos Date: Wed, 29 May 2013 22:38:34 +0200 Subject: [PATCH] fix VarIterator for cmake build --- Foundation/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Foundation/CMakeLists.txt b/Foundation/CMakeLists.txt index e14b726c8..9bc1f86bb 100644 --- a/Foundation/CMakeLists.txt +++ b/Foundation/CMakeLists.txt @@ -166,6 +166,7 @@ set( BASE_SRCS src/UnicodeConverter.cpp src/Var.cpp src/VarHolder.cpp + src/VarIterator.cpp src/Void.cpp src/Windows1250Encoding.cpp src/Windows1251Encoding.cpp