tidy: cleanup stray stringlit -> flatstring naming

This commit is contained in:
Roland Conybeare 2024-04-16 21:37:48 -04:00
commit ecb321f0f1
4 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
# xo-stringliteral/example/ex1/CMakeLists.txt
# xo-flatstring/example/ex1/CMakeLists.txt
set(SELF_EXE xo_stringliteral_ex1)
set(SELF_EXE xo_flatstring_ex1)
set(SELF_SRCS ex1.cpp)
add_executable(${SELF_EXE} ${SELF_SRCS})
@ -9,7 +9,7 @@ xo_include_options2(${SELF_EXE})
# ----------------------------------------------------------------
# dependencies..
xo_self_dependency(${SELF_EXE} xo_stringliteral)
xo_self_headeronly_dependency(${SELF_EXE} xo_flatstring)
#xo_dependency(${SELF_EXE} reflect)
# end CMakeLists.txt