mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
whitespace again
This commit is contained in:
parent
0379bade17
commit
74c9165190
@ -16,10 +16,10 @@ macro(sources _program)
|
|||||||
target_link_libraries(${_program} support
|
target_link_libraries(${_program} support
|
||||||
${Lyx_Boost_Libraries} ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY}
|
${Lyx_Boost_Libraries} ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY}
|
||||||
${ZLIB_LIBRARY} ${ICONV_LIBRARY})
|
${ZLIB_LIBRARY} ${ICONV_LIBRARY})
|
||||||
lyx_target_link_libraries(${_program} Magic)
|
lyx_target_link_libraries(${_program} Magic)
|
||||||
if(CYGWIN)
|
if(CYGWIN)
|
||||||
target_link_libraries(${_program} shlwapi)
|
target_link_libraries(${_program} shlwapi)
|
||||||
endif()
|
endif()
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
file(GLOB test_sources ${TOP_SRC_DIR}/src/support/tests/${LYX_CPP_FILES})
|
file(GLOB test_sources ${TOP_SRC_DIR}/src/support/tests/${LYX_CPP_FILES})
|
||||||
|
Loading…
Reference in New Issue
Block a user