From 3168d1e82fe57a68581ef253076a76853652fc34 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Thu, 19 Mar 2009 07:35:03 +0000 Subject: [PATCH] Added Encoding.cpp to tex2lyx-sources git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28863 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/src/tex2lyx/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/development/cmake/src/tex2lyx/CMakeLists.txt b/development/cmake/src/tex2lyx/CMakeLists.txt index b31996b054..476a1feac3 100644 --- a/development/cmake/src/tex2lyx/CMakeLists.txt +++ b/development/cmake/src/tex2lyx/CMakeLists.txt @@ -8,6 +8,7 @@ project(tex2lyx) set(LINKED_sources ${TOP_SRC_DIR}/src/insets/InsetLayout.cpp + ${TOP_SRC_DIR}/src/Encoding.cpp ${TOP_SRC_DIR}/src/FloatList.cpp ${TOP_SRC_DIR}/src/Floating.cpp ${TOP_SRC_DIR}/src/Counters.cpp