mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 12:45:36 +00:00
Add --coverage to openmw-cs
This commit is contained in:
parent
f0019cafaa
commit
2e0e0f53b6
1 changed files with 2 additions and 2 deletions
|
@ -196,8 +196,8 @@ if(BUILD_OPENCS)
|
||||||
target_link_libraries(openmw-cs openmw-cs-lib)
|
target_link_libraries(openmw-cs openmw-cs-lib)
|
||||||
|
|
||||||
if (BUILD_WITH_CODE_COVERAGE)
|
if (BUILD_WITH_CODE_COVERAGE)
|
||||||
target_compile_options(openmw-cs-lib PRIVATE --coverage)
|
target_compile_options(openmw-cs PRIVATE --coverage)
|
||||||
target_link_libraries(openmw-cs-lib gcov)
|
target_link_libraries(openmw-cs gcov)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue