xo-XXX -> .xo-XXX (prep subrepo)

This commit is contained in:
Roland Conybeare 2026-06-06 22:00:54 -04:00
commit cf0bd4d975
2105 changed files with 0 additions and 0 deletions

View file

@ -1,14 +0,0 @@
# callback/CMakeLists.txt
set(SELF_LIB callback)
#set(SELF_SRCS CallbackSet.cpp)
xo_add_headeronly_library(${SELF_LIB})
xo_install_library4(${SELF_LIB} ${PROJECT_NAME}Targets)
# ----------------------------------------------------------------
# external dependencies:
#xo_dependency(${SELF_LIB} refcnt)
# end CMakeLists.txt

View file

@ -1,13 +0,0 @@
/* file CallbackSet.cpp
*
* author: Roland Conybeare, Sep 2022
*/
#include "CallbackSet.hpp"
namespace xo {
namespace fn {
} /*namespace fn*/
} /*namespace xo*/
/* end CallbackSet.cpp */