xo-indentlog: build: cosmetic
This commit is contained in:
parent
62051f08f0
commit
a996cf6a83
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
|||
set(SELF_EXE indentlog_ex1)
|
||||
set(SELF_SRCS ex1.cpp)
|
||||
|
||||
if (XO_ENABLE_EXAMPLES)
|
||||
add_executable(indentlog_ex1 ex1.cpp)
|
||||
add_executable(${SELF_EXE} ${SELF_SRCS})
|
||||
xo_include_options2(indentlog_ex1)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue