tidy: cleanup stray stringlit -> flatstring naming
This commit is contained in:
parent
f7c633be86
commit
ecb321f0f1
4 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue