Add 'xo-callback/' from commit '4e1849c726'
git-subtree-dir: xo-callback git-subtree-mainline:42ee4bbdc2git-subtree-split:4e1849c726
This commit is contained in:
commit
5ce1c5fb0a
9 changed files with 571 additions and 0 deletions
14
xo-callback/src/callback/CMakeLists.txt
Normal file
14
xo-callback/src/callback/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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
|
||||
13
xo-callback/src/callback/CallbackSet.cpp
Normal file
13
xo-callback/src/callback/CallbackSet.cpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/* file CallbackSet.cpp
|
||||
*
|
||||
* author: Roland Conybeare, Sep 2022
|
||||
*/
|
||||
|
||||
#include "CallbackSet.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace fn {
|
||||
} /*namespace fn*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end CallbackSet.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue