mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
fix cmake
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23852 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
eb1cc5ac22
commit
b7800ca8de
@ -14,6 +14,7 @@ set(LINKED_sources
|
||||
${TOP_SRC_DIR}/src/Layout.cpp
|
||||
${TOP_SRC_DIR}/src/TextClass.cpp
|
||||
${TOP_SRC_DIR}/src/Lexer.cpp
|
||||
${TOP_SRC_DIR}/src/lengthcommon.cpp
|
||||
${TOP_SRC_DIR}/src/Color.cpp)
|
||||
|
||||
set(LINKED_headers
|
||||
@ -25,7 +26,6 @@ set(tex2lyx_sources
|
||||
${TOP_SRC_DIR}/src/tex2lyx/Context.cpp
|
||||
${TOP_SRC_DIR}/src/tex2lyx/Font.cpp
|
||||
${TOP_SRC_DIR}/src/tex2lyx/gettext.cpp
|
||||
${TOP_SRC_DIR}/src/tex2lyx/lengthcommon.cpp
|
||||
${TOP_SRC_DIR}/src/tex2lyx/Parser.cpp
|
||||
${TOP_SRC_DIR}/src/tex2lyx/tex2lyx.cpp
|
||||
${TOP_SRC_DIR}/src/tex2lyx/preamble.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user