include (CTest) option(MAKE_COVERAGE "add coverage into tests" OFF) add_executable(test1 test1.c) if (${MAKE_COVERAGE}) target_compile_options(test1 PUBLIC ...
確定! 回上一頁