xo-indentlog: streamline build for examples
This commit is contained in:
parent
89fd44467f
commit
25039f88e8
7 changed files with 42 additions and 25 deletions
|
|
@ -1,2 +1,4 @@
|
|||
add_executable(hello hello.cpp)
|
||||
xo_include_options2(hello)
|
||||
if (XO_ENABLE_EXAMPLES)
|
||||
add_executable(hello hello.cpp)
|
||||
xo_include_options2(hello)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue