From 1c02ecd41de2bad12c851c23c19b80cb27faaf59 Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Sun, 16 Nov 2008 23:26:40 +0000 Subject: [PATCH] * compile fix for cmake git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27598 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 13177b030d..257c3fd1cf 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 -- 2.39.2