diff -r e453e717876e -r f3b04cd60776 make/project.xml --- a/make/project.xml Sat Dec 28 17:32:36 2024 +0100 +++ b/make/project.xml Sun Dec 29 15:24:20 2024 +0100 @@ -1,7 +1,7 @@ - pwd + pwd command -v doxygen command -v pandoc @@ -14,10 +14,10 @@ LIBVERSION_MAJOR=5 # build directory structure !! do not change or override !! - src_dir=${src_dir} - build_dir=${src_dir}/build - docs_dir=${src_dir}/build/docs - dist_dir=${src_dir}/dist + root_dir=${root_dir} + build_dir=${root_dir}/build + docs_dir=${root_dir}/build/docs + dist_dir=${root_dir}/dist @@ -83,6 +83,7 @@ \${COVERAGE_CFLAGS} \${COVERAGE_LDFLAGS} + command -v gcovr