globally-unique cmake target names for submodule build
This commit is contained in:
parent
4f5cd005b3
commit
fa5e4216a8
3 changed files with 6 additions and 6 deletions
|
|
@ -1,3 +1,3 @@
|
|||
add_executable(ex2 ex2.cpp)
|
||||
xo_include_options2(ex2)
|
||||
xo_dependency(ex2 indentlog)
|
||||
add_executable(randomgen_ex2 ex2.cpp)
|
||||
xo_include_options2(randomgen_ex2)
|
||||
xo_dependency(randomgen_ex2 indentlog)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue