build: fix for header-only callback dep
This commit is contained in:
parent
2de57c1ec3
commit
d312d8a5a4
2 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue