xo-umbrella2/xo-randomgen/example/ex2/CMakeLists.txt
Roland Conybeare 6a991f657c git subrepo clone (merge) git@github.com:Rconybea/xo-randomgen.git xo-randomgen
subrepo:
  subdir:   "xo-randomgen"
  merged:   "b9b7650d"
upstream:
  origin:   "git@github.com:Rconybea/xo-randomgen.git"
  branch:   "main"
  commit:   "b9b7650d"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2026-06-06 21:32:39 -04:00

5 lines
156 B
CMake

if (XO_ENABLE_EXAMPLES)
add_executable(randomgen_ex2 ex2.cpp)
xo_include_options2(randomgen_ex2)
xo_dependency(randomgen_ex2 indentlog)
endif()