Added base params
This commit is contained in:
parent
099b342ee1
commit
0941d82122
1 changed files with 11 additions and 0 deletions
|
|
@ -44,6 +44,17 @@ set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DRELEASE=1 ${KOMPUTE_EX
|
|||
|
||||
if(KOMPUTE_OPT_CODE_COVERAGE)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs -ftest-coverage --coverage")
|
||||
|
||||
set(CODECOV_DIR
|
||||
${CMAKE_CURRENT_BINARY_DIR}/codecov/)
|
||||
set(CODECOV_DIR_LCOV
|
||||
${CODECOV_DIR}lcov/)
|
||||
set(CODECOV_FILENAME_LCOV_INFO
|
||||
lcov.info)
|
||||
set(CODECOV_FILENAME_LCOV_INFO_FULL
|
||||
lcov_full.info)
|
||||
set(CODECOV_DIR_HTML
|
||||
${CODECOV_DIR}html/)
|
||||
endif()
|
||||
|
||||
# Allow scripts to call main kompute Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue