mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
white space
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29332 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d094fccda1
commit
1657aeb41b
@ -16,7 +16,7 @@ file(GLOB support_minizip_headers ${TOP_SRC_DIR}/src/support/minizip/*.h)
|
|||||||
file(GLOB support_linkback_sources ${TOP_SRC_DIR}/src/support/linkback/*.m*)
|
file(GLOB support_linkback_sources ${TOP_SRC_DIR}/src/support/linkback/*.m*)
|
||||||
file(GLOB support_linkback_headers ${TOP_SRC_DIR}/src/support/linkback/*.h)
|
file(GLOB support_linkback_headers ${TOP_SRC_DIR}/src/support/linkback/*.h)
|
||||||
|
|
||||||
list(REMOVE_ITEM support_sources
|
list(REMOVE_ITEM support_sources
|
||||||
${TOP_SRC_DIR}/src/support/os_win32.cpp
|
${TOP_SRC_DIR}/src/support/os_win32.cpp
|
||||||
${TOP_SRC_DIR}/src/support/os_unix.cpp
|
${TOP_SRC_DIR}/src/support/os_unix.cpp
|
||||||
${TOP_SRC_DIR}/src/support/os_cygwin.cpp
|
${TOP_SRC_DIR}/src/support/os_cygwin.cpp
|
||||||
@ -40,7 +40,7 @@ set(dont_merge ${TOP_SRC_DIR}/src/support/gettext.cpp)
|
|||||||
lyx_add_msvc_pch(support)
|
lyx_add_msvc_pch(support)
|
||||||
|
|
||||||
lyx_automoc(${support_sources})
|
lyx_automoc(${support_sources})
|
||||||
|
|
||||||
include_directories(${TOP_SRC_DIR}/src/support
|
include_directories(${TOP_SRC_DIR}/src/support
|
||||||
${CMAKE_BINARY_DIR}/src/support
|
${CMAKE_BINARY_DIR}/src/support
|
||||||
${TOP_SRC_DIR}/src/support/minizip
|
${TOP_SRC_DIR}/src/support/minizip
|
||||||
@ -59,7 +59,7 @@ else()
|
|||||||
set_source_files_properties(_allinone_const.C
|
set_source_files_properties(_allinone_const.C
|
||||||
PROPERTIES OBJECT_DEPENDS "${depends_moc}")
|
PROPERTIES OBJECT_DEPENDS "${depends_moc}")
|
||||||
set_source_files_properties(_allinone_touched.C
|
set_source_files_properties(_allinone_touched.C
|
||||||
PROPERTIES OBJECT_DEPENDS "${depends_moc}")
|
PROPERTIES OBJECT_DEPENDS "${depends_moc}")
|
||||||
add_library(support ${library_type} ${_allinone_files}
|
add_library(support ${library_type} ${_allinone_files}
|
||||||
${support_minizip_sources} ${support_minizip_cpp_sources} ${support_linkback_sources} ${support_headers} ${dont_merge})
|
${support_minizip_sources} ${support_minizip_cpp_sources} ${support_linkback_sources} ${support_headers} ${dont_merge})
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user