]> git.lyx.org Git - features.git/commitdiff
use glob instead of lists
authorPeter Kümmel <syntheticpp@gmx.net>
Fri, 16 Jun 2006 17:26:32 +0000 (17:26 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Fri, 16 Jun 2006 17:26:32 +0000 (17:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14131 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/src/support/CMakeLists.txt

index 33427bf8e7c3d15e41e3a3dcfb05d8cb05f9c73e..1e4949e333446ab5641e1da7a43cc18cf0905602 100644 (file)
@@ -10,7 +10,8 @@ list(REMOVE_ITEM support_sources
        ${TOP_SRC_DIR}/src/support/os_unix.C
        ${TOP_SRC_DIR}/src/support/os_cygwin.C
        ${TOP_SRC_DIR}/src/support/os_os2.C
-       ${TOP_SRC_DIR}/src/support/atexit.c)
+       ${TOP_SRC_DIR}/src/support/atexit.c
+       ${TOP_SRC_DIR}/src/support/strerror.c)
        
 
 include_directories(${TOP_SRC_DIR}/src/support)