Fix cmake after r28575. Patch from Kornel.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28579 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-02-21 22:37:25 +00:00
parent 90c64a5f5e
commit a833b6f097

View File

@ -14,6 +14,7 @@ set(LINKED_sources
${TOP_SRC_DIR}/src/Floating.cpp
${TOP_SRC_DIR}/src/Counters.cpp
${TOP_SRC_DIR}/src/Layout.cpp
${TOP_SRC_DIR}/src/LayoutModuleList.cpp
${TOP_SRC_DIR}/src/TextClass.cpp
${TOP_SRC_DIR}/src/Lexer.cpp
${TOP_SRC_DIR}/src/lengthcommon.cpp
@ -22,6 +23,7 @@ set(LINKED_sources
set(LINKED_headers
${TOP_SRC_DIR}/src/Layout.h
${TOP_SRC_DIR}/src/LayoutModuleList.h
${TOP_SRC_DIR}/src/TextClass.h)
set(tex2lyx_sources