xo-umbrella2/xo-distribution/utest/CMakeLists.txt
Roland Conybeare 9cd049b8e8 git subrepo clone (merge) git@github.com:Rconybea/xo-distribution.git xo-distribution
subrepo:
  subdir:   "xo-distribution"
  merged:   "cf1c1566"
upstream:
  origin:   "git@github.com:Rconybea/xo-distribution.git"
  branch:   "main"
  commit:   "cf1c1566"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2026-06-06 22:07:58 -04:00

13 lines
344 B
CMake

# build unittest distribution/utest
set(SELF_EXE utest.distribution)
set(SELF_SRCS
distribution_utest_main.cpp
Normal.test.cpp
Uniform.test.cpp)
xo_add_utest_executable(${SELF_EXE} ${SELF_SRCS})
xo_self_dependency(${SELF_EXE} xo_distribution)
xo_external_target_dependency(${SELF_EXE} Catch2 Catch2::Catch2)
# end CMakeLists.txt