]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/CMakeLists.txt
installer: further preparation
[lyx.git] / src / mathed / CMakeLists.txt
index 8a3cf3615446ddb853d9de91f6093b6261b24d99..04c1a51939ec93f247122250a0be326ca1fe07b0 100644 (file)
@@ -10,8 +10,7 @@ file(GLOB mathed_sources ${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
-       ${TOP_SRC_DIR}/src/mathed/InsetFormulaMacro.cpp)
+       ${TOP_SRC_DIR}/src/mathed/InsetMathXYArrow.cpp)
 
 lyx_add_msvc_pch(mathed)