tex2lyx/CMakeLists.txt: revert part of r40384 that should not have gone in

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40385 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2011-12-05 21:27:05 +00:00
parent efd3ef88bb
commit 58e828b0cd

View File

@ -14,7 +14,7 @@ set(LINKED_headers)
foreach(_src insets/InsetLayout Author Color Counters
Encoding FloatList Floating FontInfo LaTeXPackages
Layout LayoutFile LayoutModuleList lengthcommon Lexer
Layout LayoutFile LayoutModuleList Lexer
ModuleList Spacing TextClass version)
list(APPEND LINKED_sources ${TOP_SRC_DIR}/src/${_src}.cpp)
list(APPEND LINKED_headers ${TOP_SRC_DIR}/src/${_src}.h)