]> git.lyx.org Git - features.git/commitdiff
cmake has its own merged build
authorPeter Kümmel <syntheticpp@gmx.net>
Fri, 23 Apr 2010 08:13:48 +0000 (08:13 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Fri, 23 Apr 2010 08:13:48 +0000 (08:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34273 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/src/CMakeLists.txt

index ddcb5cde20ab7ca7db04c9322f4a7893de3546d2..fa91c0cdf35edeb0397fa25c39f4993859067d79 100644 (file)
@@ -29,7 +29,8 @@ list(REMOVE_ITEM lyx_sources
        ${TOP_SRC_DIR}/src/AspellChecker.cpp
        ${TOP_SRC_DIR}/src/HunspellChecker.cpp
        ${TOP_SRC_DIR}/src/Variables.cpp
-       ${TOP_SRC_DIR}/src/Section.cpp)
+       ${TOP_SRC_DIR}/src/Section.cpp
+       ${TOP_SRC_DIR}/src/lyxcore.cpp)
 
 list(REMOVE_ITEM lyx_headers
        ${TOP_SRC_DIR}/src/EnchantChecker.h