xo-umbrella2/xo-flatstring/example/ex1/CMakeLists.txt
Roland Conybeare fa57de89fe git subrepo clone (merge) git@github.com:Rconybea/xo-flatstring xo-flatstring
subrepo:
  subdir:   "xo-flatstring"
  merged:   "996c220e"
upstream:
  origin:   "git@github.com:Rconybea/xo-flatstring"
  branch:   "main"
  commit:   "996c220e"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2026-06-06 21:34:32 -04:00

12 lines
294 B
CMake

# xo-flatstring/example/ex1/CMakeLists.txt
set(SELF_EXE flatstring_ex1)
set(SELF_SRCS ex1.cpp)
if (XO_ENABLE_EXAMPLES)
add_executable(${SELF_EXE} ${SELF_SRCS})
xo_include_options2(${SELF_EXE})
xo_self_headeronly_dependency(${SELF_EXE} xo_flatstring)
endif()
# end CMakeLists.txt