xo-unit: ex1: use new xo_add_executable() cmake macro
This commit is contained in:
parent
b5b6485c2c
commit
17c863893e
1 changed files with 1 additions and 2 deletions
|
|
@ -3,8 +3,7 @@
|
||||||
set(SELF_EXE xo_unit_ex1)
|
set(SELF_EXE xo_unit_ex1)
|
||||||
set(SELF_SRCS ex1.cpp)
|
set(SELF_SRCS ex1.cpp)
|
||||||
|
|
||||||
add_executable(${SELF_EXE} ${SELF_SRCS})
|
xo_add_executable(${SELF_EXE} ${SELF_SRCS})
|
||||||
xo_include_options2(${SELF_EXE})
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------
|
# ----------------------------------------------------------------
|
||||||
# dependencies..
|
# dependencies..
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue