From f0e7a186a87799847944991c6e1ad65850b6999d Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 18 Jan 2026 17:59:46 -0500 Subject: [PATCH] xo-reader2 scaffold (fomo+arena version of xo-reader/) [WIP] --- CMakeLists.txt | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28982fba..fe5cd540 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,18 +91,13 @@ xo_add_genfacetimpl( ) # ---------------------------------------------------------------- -# header-only library +# shared library add_subdirectory(src/expression2) +# ---------------------------------------------------------------- +# cmake helper (for external xo-expression2 users) + xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets) -# ---------------------------------------------------------------- -# input dependencies -# -# NOTE: dependency set here must be kept consistent with -# xo-expression2/cmake/xo_expression2Config.cmake.in - -#xo_headeronly_dependency(${SELF_LIB} xo_flatstring) - # end CMakeLists.txt