globally-unique cmake target names for submodule build

This commit is contained in:
Roland Conybeare 2023-10-22 14:49:21 -04:00
commit fa5e4216a8
3 changed files with 6 additions and 6 deletions

View file

@ -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)