Restore trailing new lines to shrink PR

This commit is contained in:
AnyOldName3 2017-09-08 22:20:04 +01:00
parent 5ce34f1cbf
commit 8c74f16247
6 changed files with 7 additions and 6 deletions

View file

@ -17,4 +17,4 @@ target_link_libraries(bsatool
if (BUILD_WITH_CODE_COVERAGE)
add_definitions (--coverage)
target_link_libraries(bsatool gcov)
endif()
endif()

View file

@ -20,4 +20,4 @@ target_link_libraries(esmtool
if (BUILD_WITH_CODE_COVERAGE)
add_definitions (--coverage)
target_link_libraries(esmtool gcov)
endif()
endif()

View file

@ -45,4 +45,4 @@ endif()
if (WIN32)
INSTALL(TARGETS openmw-essimporter RUNTIME DESTINATION ".")
endif(WIN32)
endif(WIN32)

View file

@ -108,4 +108,5 @@ endif()
if (BUILD_WITH_CODE_COVERAGE)
add_definitions (--coverage)
target_link_libraries(openmw-launcher gcov)
endif()
endif()

View file

@ -32,4 +32,4 @@ endif()
if (BUILD_WITH_CODE_COVERAGE)
add_definitions (--coverage)
target_link_libraries(openmw-iniimporter gcov)
endif()
endif()

View file

@ -16,4 +16,4 @@ target_link_libraries(niftest
if (BUILD_WITH_CODE_COVERAGE)
add_definitions (--coverage)
target_link_libraries(niftest gcov)
endif()
endif()