indentlog: need unique cmake targets across xo for submodule build

This commit is contained in:
Roland Conybeare 2023-10-22 14:45:18 -04:00
commit 3831e387a9
5 changed files with 14 additions and 12 deletions

View file

@ -1,2 +1,2 @@
add_executable(ex1 ex1.cpp)
xo_include_options2(ex1)
add_executable(indentlog_ex1 ex1.cpp)
xo_include_options2(indentlog_ex1)