]> git.lyx.org Git - features.git/commitdiff
fix cmake by Stefan Schimanski.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 28 Apr 2007 21:21:59 +0000 (21:21 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 28 Apr 2007 21:21:59 +0000 (21:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18079 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/src/mathed/CMakeLists.txt

index ffc7031bdc7503b8c23e9f4a46850ae1f5cc3b95..3087f96572ddd75ad1890e6c4d70580c772b6866 100644 (file)
@@ -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