Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8223110

Browse files
author
Clement Champetier
committed
CMake: add message when activate coverage build option
1 parent3a55b4f commit8223110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ endif()
3333

3434
# CPP flag to create code coverage report
3535
if(AVTRANSCODER_COVERAGE)
36+
message("Add coverage build option.")
3637
set(CMAKE_CXX_FLAGS"${CMAKE_CXX_FLAGS} --coverage")
3738
endif()
3839

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp