build: fix include paths
This commit is contained in:
parent
7add629792
commit
4e933b9a7c
1 changed files with 3 additions and 2 deletions
|
|
@ -36,8 +36,9 @@ add_subdirectory(utest)
|
|||
# ----------------------------------------------------------------
|
||||
# header-only library
|
||||
|
||||
set(SELF_LIB xo_ordinaltree)
|
||||
xo_add_headeronly_library(${SELF_LIB})
|
||||
set(SELF_SHORTNAME ordinaltree)
|
||||
set(SELF_LIB xo_${SELF_SHORTNAME})
|
||||
xo_add_headeronly_library5(${SELF_LIB} ${SELF_SHORTNAME})
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue