build: fix for header-only callback dep

This commit is contained in:
Roland Conybeare 2023-10-17 16:13:07 -04:00
commit d312d8a5a4
2 changed files with 2 additions and 1 deletions

View file

@ -6,8 +6,8 @@
#pragma once
#include "Alist.hpp"
#include "xo/callback/CallbackSet.hpp"
#include "xo/refcnt/Refcounted.hpp"
#include "xo/callback/CallbackSet.hpp"
#include <functional>
namespace xo {

View file

@ -9,6 +9,7 @@ xo_add_shared_library(${SELF_LIB} ${PROJECT_VERSION} 1 ${SELF_SRCS})
# ----------------------------------------------------------------
# external dependencies
xo_dependency(${SELF_LIB} refcnt)
xo_dependency(${SELF_LIB} callback)
# end CMakeLists.txt