indentlog: build: streamline using xo-cmake macros

This commit is contained in:
Roland Conybeare 2023-09-27 17:30:13 -04:00
commit 49567a59a1
7 changed files with 12 additions and 42 deletions

View file

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

View file

@ -1,2 +1,2 @@
add_executable(ex2 ex2.cpp)
xo_include_options(ex2)
xo_include_options2(ex2)

View file

@ -1,2 +1,2 @@
add_executable(ex3 ex3.cpp)
xo_include_options(ex3)
xo_include_options2(ex3)

View file

@ -1,2 +1,2 @@
add_executable(ex4 ex4.cpp)
xo_include_options(ex4)
xo_include_options2(ex4)

View file

@ -1,2 +1,2 @@
add_executable(hello hello.cpp)
xo_include_options(hello)
xo_include_options2(hello)