mirror of
https://github.com/nomic-ai/kompute.git
synced 2026-05-11 17:09:59 +00:00
Added base params
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user