xo-arena: annex cmpresult.*pp from xo-alloc2
This commit is contained in:
parent
725b32258b
commit
94370c4775
5 changed files with 4 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ set(SELF_SRCS
|
|||
|
||||
# AllocError.cpp
|
||||
# AllocInfo.cpp
|
||||
cmpresult.cpp
|
||||
# cmpresult.cpp
|
||||
|
||||
AAllocator.cpp
|
||||
# ArenaConfig.cpp
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ include(CMakeFindDependencyMacro)
|
|||
# in CMakeLists.txt
|
||||
#
|
||||
find_dependency(xo_reflectutil)
|
||||
find_dependency(indentlog)
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|
||||
check_required_components("@PROJECT_NAME@")
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ set(SELF_SRCS
|
|||
AllocError.cpp
|
||||
AllocInfo.cpp
|
||||
ArenaConfig.cpp
|
||||
cmpresult.cpp
|
||||
)
|
||||
|
||||
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
|
||||
|
|
@ -17,5 +18,6 @@ xo_install_include_tree3(include/xo/arena)
|
|||
# xo-arena/cmake/xo_arenaConfig.cmake.in
|
||||
|
||||
xo_dependency(${SELF_LIB} xo_reflectutil)
|
||||
xo_dependency(${SELF_LIB} indentlog)
|
||||
|
||||
# end src/CMakeLists.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue