build: adopt xo-cmake dependency

This commit is contained in:
Roland Conybeare 2023-09-27 09:39:54 -04:00
commit ebc70db3e7
3 changed files with 32 additions and 9 deletions

View file

@ -7,6 +7,8 @@ message(CMAKE_VERSION=${CMAKE_VERSION})
project(reflect VERSION 0.1)
enable_language(CXX)
# common XO cmake macros (see proj/xo-cmake)
include(xo_macros/xo_cxx)
include(cmake/cxx.cmake)
include(cmake/code-coverage.cmake)