xo-umbrella2/xo-reader2/utest/CMakeLists.txt
Roland Conybeare dbf8bb38a2 git subrepo clone (merge) git@github.com:Rconybea/xo-reader2.git xo-reader2
subrepo:
  subdir:   "xo-reader2"
  merged:   "70943b8e"
upstream:
  origin:   "git@github.com:Rconybea/xo-reader2.git"
  branch:   "main"
  commit:   "70943b8e"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2026-06-06 22:24:57 -04:00

11 lines
301 B
CMake

# build unittest xo-reader2/utest
set(UTEST_EXE utest.reader2)
set(UTEST_SRCS
reader2_utest_main.cpp
SchematikaParser.test.cpp
)
xo_add_utest_executable(${UTEST_EXE} ${UTEST_SRCS})
xo_self_dependency(${UTEST_EXE} xo_reader2)
xo_external_target_dependency(${UTEST_EXE} Catch2 Catch2::Catch2)