xo-pyunit/xo-printjson/src/printjson/CMakeLists.txt
Roland Conybeare 9c8e23577e Add 'xo-printjson/' from commit '6743b9ef18'
git-subtree-dir: xo-printjson
git-subtree-mainline: d49c309f80
git-subtree-split: 6743b9ef18
2025-05-11 14:58:48 -05:00

13 lines
368 B
CMake

# xo-printjson/src/printjson/CMakeLists.txt
set(SELF_LIB printjson)
set(SELF_SRCS PrintJson.cpp init_printjson.cpp)
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
# ----------------------------------------------------------------
# dependencies: indentlog, ...
xo_dependency(${SELF_LIB} reflect)
# end CMakeLists.txt