xo-cmake: + xo_install_include_tree()
This commit is contained in:
parent
bd3f396933
commit
3da73f5d3c
1 changed files with 7 additions and 0 deletions
|
|
@ -42,6 +42,13 @@ macro(xo_compile_options target)
|
|||
target_copmile_options(${target} PRIVATE ${XO_COMPILE_OPTIONS})
|
||||
endmacro()
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# use this to install typical include file subtree
|
||||
#
|
||||
macro(xo_install_include_tree)
|
||||
install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/ DESTINATION include)
|
||||
endmacro()
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
#
|
||||
# dependency on an xo library (including header-only libraries)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue