build: adopt xo-cmake dependency

This commit is contained in:
Roland Conybeare 2023-09-27 09:29:47 -04:00
commit 870eb57aa7
3 changed files with 37 additions and 8 deletions

View file

@ -5,6 +5,8 @@ cmake_minimum_required(VERSION 3.10)
project(refcnt 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)