mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
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:
parent
585b386088
commit
4e7ca2d6f4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user