]> git.lyx.org Git - lyx.git/commitdiff
whitespace again
authorStephan Witt <switt@lyx.org>
Mon, 29 Dec 2014 00:28:24 +0000 (01:28 +0100)
committerStephan Witt <switt@lyx.org>
Mon, 29 Dec 2014 00:28:24 +0000 (01:28 +0100)
src/support/tests/CMakeLists.txt

index f3922111988a583bab63cdb09f7bec46f28dfa56..70a2ca7534951ef2cc97dc3e955ea456aeda154e 100644 (file)
@@ -16,10 +16,10 @@ macro(sources _program)
        target_link_libraries(${_program} support
                ${Lyx_Boost_Libraries} ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY}
                ${ZLIB_LIBRARY} ${ICONV_LIBRARY})
-               lyx_target_link_libraries(${_program} Magic)
-               if(CYGWIN)
-                       target_link_libraries(${_program} shlwapi)
-               endif()
+       lyx_target_link_libraries(${_program} Magic)
+       if(CYGWIN)
+               target_link_libraries(${_program} shlwapi)
+       endif()
 endmacro()
 
 file(GLOB test_sources ${TOP_SRC_DIR}/src/support/tests/${LYX_CPP_FILES})