Merge branch 'main' into claude1

This commit is contained in:
Roland Conybeare 2026-02-27 22:07:46 +11:00
commit 6198293816
3 changed files with 6 additions and 0 deletions

View file

@ -193,6 +193,10 @@ xo_add_genfacet_all(xo-object2-genfacet-all)
add_subdirectory(src/object2)
add_subdirectory(utest)
install(DIRECTORY idl/
DESTINATION share/${PROJECT_NAME}/idl
FILES_MATCHING PATTERN "*.json5")
xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets)
# ----------------------------------------------------------------

View file

@ -7,4 +7,5 @@ find_dependency(xo_printable2)
find_dependency(subsys)
find_dependency(indentlog)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Share.cmake")
check_required_components("@PROJECT_NAME@")

View file

@ -3,6 +3,7 @@
**/
#include "sequence/ISequence_Any.hpp"
#include <exception>
#include <iostream>
namespace xo {