build: use streamlined xo-cmake api
This commit is contained in:
parent
e548a3e8ed
commit
6f1b0aca76
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ xo_toplevel_compile_options()
|
||||||
|
|
||||||
set(SELF_SHORTNAME pyutil)
|
set(SELF_SHORTNAME pyutil)
|
||||||
set(SELF_LIB xo_${SELF_SHORTNAME})
|
set(SELF_LIB xo_${SELF_SHORTNAME})
|
||||||
xo_add_headeronly_library5(${SELF_LIB} ${SELF_SHORTNAME})
|
xo_add_headeronly_library(${SELF_LIB})
|
||||||
#xo_include_headeronly_options2(${SELF_LIB})
|
#xo_include_headeronly_options2(${SELF_LIB})
|
||||||
|
|
||||||
# ----------------------------------------------------------------
|
# ----------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue