xo-pyutil: + example (mostly to make LSP happy)

This commit is contained in:
Roland Conybeare 2024-06-17 17:41:50 -04:00
commit e169a0d276
5 changed files with 51 additions and 8 deletions

View file

@ -26,22 +26,18 @@ add_definitions(${PROJECT_CXX_FLAGS})
# ----------------------------------------------------------------
#add_subdirectory(example)
#add_subdirectory(utest)
# ----------------------------------------------------------------
set(SELF_LIB xo_pyutil)
xo_add_headeronly_library(${SELF_LIB})
#xo_include_headeronly_options2(${SELF_LIB})
xo_install_library4(${SELF_LIB} ${PROJECT_NAME}Targets)
xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets)
# ----------------------------------------------------------------
# standard install + provide find_package() support
xo_install_library4(${SELF_LIB} ${PROJECT_NAME}Targets)
xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets)
add_subdirectory(example)
#add_subdirectory(utest)
# ----------------------------------------------------------------
# install any additional components