build: adopt xo-cmake dependency
This commit is contained in:
parent
8c9b541e7d
commit
870eb57aa7
3 changed files with 37 additions and 8 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue