randomgen: build streamlining using xo-cmake macros
This commit is contained in:
parent
748c7d86e4
commit
fb5bb1b03a
3 changed files with 9 additions and 12 deletions
|
|
@ -1,2 +1,2 @@
|
|||
add_executable(ex1 ex1.cpp)
|
||||
xo_include_options(ex1)
|
||||
xo_include_options2(ex1)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
add_executable(ex2 ex2.cpp)
|
||||
xo_include_options(ex2)
|
||||
xo_indentlog_dependency(ex2)
|
||||
xo_include_options2(ex2)
|
||||
xo_internal_dependency(ex2 indentlog)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue