]> git.lyx.org Git - lyx.git/commitdiff
whitespace
authorStephan Witt <switt@lyx.org>
Sun, 28 Dec 2014 23:12:33 +0000 (00:12 +0100)
committerStephan Witt <switt@lyx.org>
Sun, 28 Dec 2014 23:12:33 +0000 (00:12 +0100)
src/support/tests/CMakeLists.txt

index 4e1ff5d4e6fac37fc6351fa983936dc7c4b9b8b8..f3922111988a583bab63cdb09f7bec46f28dfa56 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})