xo-cmake: bugfix: must install code-coverage.cmake

This commit is contained in:
Roland Conybeare 2023-09-27 16:31:52 -04:00
commit 6ab0524903

View file

@ -13,5 +13,6 @@ set(XO_PROJECT_NAME xo_macros)
install(
FILES
"cmake/xo_cxx.cmake"
"cmake/code-coverage.cmake"
DESTINATION share/cmake/${XO_PROJECT_NAME}
)