]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/CMakeLists.txt
tex2lyx: support for \item with opt arg in itemize environment
[lyx.git] / src / mathed / CMakeLists.txt
index 55dd303795639b09b0b8abfe1baae6e884991e52..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)
 
@@ -23,6 +22,7 @@ else()
        lyx_const_touched_files(_allinone  mathed_sources)
        add_library(mathed ${library_type} ${_allinone_files})
 endif()
+set_target_properties(mathed PROPERTIES FOLDER "applications/LyX")
 
 lyx_add_gcc_pch(mathed)