From: Abdelrazak Younes Date: Fri, 22 Feb 2008 09:23:47 +0000 (+0000) Subject: Fix tex2lyx compilation. X-Git-Tag: 1.6.10~6173 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=27de1581574eaf713ae530050c926ad475e1d9b8;p=lyx.git Fix tex2lyx compilation. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23121 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/src/tex2lyx/CMakeLists.txt b/development/cmake/src/tex2lyx/CMakeLists.txt index 414bd1b8a1..356867cddd 100644 --- a/development/cmake/src/tex2lyx/CMakeLists.txt +++ b/development/cmake/src/tex2lyx/CMakeLists.txt @@ -7,6 +7,7 @@ project(tex2lyx) set(LINKED_sources + ${TOP_SRC_DIR}/src/insets/InsetLayout.cpp ${TOP_SRC_DIR}/src/FloatList.cpp ${TOP_SRC_DIR}/src/Floating.cpp ${TOP_SRC_DIR}/src/Counters.cpp