forked from mirror/openmw-tes3mp
Restore trailing new lines to shrink PR
This commit is contained in:
parent
5ce34f1cbf
commit
8c74f16247
6 changed files with 7 additions and 6 deletions
|
@ -17,4 +17,4 @@ target_link_libraries(bsatool
|
|||
if (BUILD_WITH_CODE_COVERAGE)
|
||||
add_definitions (--coverage)
|
||||
target_link_libraries(bsatool gcov)
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
@ -20,4 +20,4 @@ target_link_libraries(esmtool
|
|||
if (BUILD_WITH_CODE_COVERAGE)
|
||||
add_definitions (--coverage)
|
||||
target_link_libraries(esmtool gcov)
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
@ -45,4 +45,4 @@ endif()
|
|||
|
||||
if (WIN32)
|
||||
INSTALL(TARGETS openmw-essimporter RUNTIME DESTINATION ".")
|
||||
endif(WIN32)
|
||||
endif(WIN32)
|
||||
|
|
|
@ -108,4 +108,5 @@ endif()
|
|||
if (BUILD_WITH_CODE_COVERAGE)
|
||||
add_definitions (--coverage)
|
||||
target_link_libraries(openmw-launcher gcov)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
|
@ -32,4 +32,4 @@ endif()
|
|||
if (BUILD_WITH_CODE_COVERAGE)
|
||||
add_definitions (--coverage)
|
||||
target_link_libraries(openmw-iniimporter gcov)
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
@ -16,4 +16,4 @@ target_link_libraries(niftest
|
|||
if (BUILD_WITH_CODE_COVERAGE)
|
||||
add_definitions (--coverage)
|
||||
target_link_libraries(niftest gcov)
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue