From: Abdelrazak Younes Date: Sat, 28 Apr 2007 21:21:59 +0000 (+0000) Subject: fix cmake by Stefan Schimanski. X-Git-Tag: 1.6.10~10002 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bddf44462db0a7b19edc7bfdc37864c821e7c7cb;p=features.git fix cmake by Stefan Schimanski. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18079 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/src/mathed/CMakeLists.txt b/development/cmake/src/mathed/CMakeLists.txt index ffc7031bdc..3087f96572 100644 --- a/development/cmake/src/mathed/CMakeLists.txt +++ b/development/cmake/src/mathed/CMakeLists.txt @@ -7,7 +7,7 @@ project(mathed) file(GLOB mathed_sources ${TOP_SRC_DIR}/src/mathed/${LYX_CPP_FILES}) -file(GLOB mathed_headers ${TOP_SRC_DIR}/src/mathed/${LYX_CPP_FILES}) +file(GLOB mathed_headers ${TOP_SRC_DIR}/src/mathed/${LYX_HPP_FILES}) list(REMOVE_ITEM mathed_sources ${TOP_SRC_DIR}/src/mathed/InsetMathXYArrow.cpp