mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-30 07:21:12 +00:00
Add --coverage to openmw-cs
This commit is contained in:
parent
f0019cafaa
commit
2e0e0f53b6
@ -196,8 +196,8 @@ if(BUILD_OPENCS)
|
||||
target_link_libraries(openmw-cs openmw-cs-lib)
|
||||
|
||||
if (BUILD_WITH_CODE_COVERAGE)
|
||||
target_compile_options(openmw-cs-lib PRIVATE --coverage)
|
||||
target_link_libraries(openmw-cs-lib gcov)
|
||||
target_compile_options(openmw-cs PRIVATE --coverage)
|
||||
target_link_libraries(openmw-cs gcov)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user