use glob instead of lists

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14131 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2006-06-16 17:26:32 +00:00
parent 585b386088
commit 4e7ca2d6f4

View 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)