mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
correct filenames
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15060 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
dfd9c61b31
commit
513b57cfaa
@ -10,9 +10,9 @@ file(GLOB mathed_sources ${TOP_SRC_DIR}/src/mathed/*.C)
|
||||
file(GLOB mathed_headers ${TOP_SRC_DIR}/src/mathed/*.h)
|
||||
|
||||
list(REMOVE_ITEM mathed_sources
|
||||
${TOP_SRC_DIR}/src/mathed/math_xyarrowinset.C
|
||||
${TOP_SRC_DIR}/src/mathed/math_mboxinset.C
|
||||
${TOP_SRC_DIR}/src/mathed/formulamacro.C)
|
||||
${TOP_SRC_DIR}/src/mathed/InsetMathXYArrow.C
|
||||
${TOP_SRC_DIR}/src/mathed/InsetMathMbox.C
|
||||
${TOP_SRC_DIR}/src/mathed/InsetFormulaMacro.C)
|
||||
|
||||
include_directories(${TOP_SRC_DIR}/src/mathed)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user