]> git.lyx.org Git - lyx.git/blobdiff - src/tests/CMakeLists.txt
DocBook: fix file inclusion.
[lyx.git] / src / tests / CMakeLists.txt
index df83d0441be4eea3fdbca7f7d7ef1ddb38c7177f..957e4c0cd77edef8c0b046a67d9047eefe42b8b9 100644 (file)
@@ -66,7 +66,7 @@ endforeach()
 
 set(check_ExternalTransforms_SOURCES)
 foreach(_f graphics/GraphicsParams.cpp insets/ExternalTransforms.cpp
-       Length.cpp lengthcommon.cpp tests/check_ExternalTransforms.cpp
+       tests/check_ExternalTransforms.cpp
        tests/boost.cpp tests/dummy_functions.cpp)
     list(APPEND check_ExternalTransforms_SOURCES ${TOP_SRC_DIR}/src/${_f})
 endforeach()
@@ -90,7 +90,7 @@ add_test(NAME "check_ExternalTransforms"
 add_dependencies(lyx_run_tests check_ExternalTransforms)
 
 set(check_Length_SOURCES)
-foreach(_f Length.cpp lengthcommon.cpp tests/check_Length.cpp tests/boost.cpp tests/dummy_functions.cpp)
+foreach(_f tests/check_Length.cpp tests/boost.cpp tests/dummy_functions.cpp)
   list(APPEND check_Length_SOURCES ${TOP_SRC_DIR}/src/${_f})
 endforeach()
 add_executable(check_Length ${check_Length_SOURCES})