build: streamline CMAKE_MODULE_PATH interaction

This commit is contained in:
Roland Conybeare 2024-03-15 19:25:48 -04:00
commit 8f11a8e413
3 changed files with 19 additions and 4 deletions

View file

@ -3,8 +3,7 @@ cmake_minimum_required(VERSION 3.10)
project(subsys VERSION 0.1)
enable_language(CXX)
include(xo_macros/xo_cxx)
include(xo_macros/code-coverage)
include(cmake/xo-bootstrap-macros.cmake)
enable_testing()
# activate code coverage for all executables + libraries (when -DCODE_COVERAGE=ON)