xo-expression: build: install examples

This commit is contained in:
Roland Conybeare 2025-09-22 12:29:05 -04:00
commit abf3330d69

View file

@ -28,6 +28,12 @@ xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets
add_subdirectory(example)
add_subdirectory(utest)
# ----------------------------------------------------------------
if (XO_ENABLE_EXAMPLES)
install(TARGETS xo_expression_ex1 DESTINATION bin/xo/example)
endif()
# ----------------------------------------------------------------
# docs targets depend on all the other library/utest targets
#