From bddf44462db0a7b19edc7bfdc37864c821e7c7cb Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sat, 28 Apr 2007 21:21:59 +0000 Subject: [PATCH] fix cmake by Stefan Schimanski. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18079 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/src/mathed/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2