diff --git a/src/reflect/CMakeLists.txt b/src/reflect/CMakeLists.txt index af38df1..d30bd79 100644 --- a/src/reflect/CMakeLists.txt +++ b/src/reflect/CMakeLists.txt @@ -46,6 +46,15 @@ target_include_directories( ) target_link_libraries(${SELF_LIBRARY_NAME} PUBLIC indentlog) +find_package(refcnt CONFIG REQUIRED) +#add_dependencies(${SELF_LIBRARY_NAME} refcnt) +target_include_directories( + ${SELF_LIBRARY_NAME} PUBLIC + $ + $ +) +target_link_libraries(${SELF_LIBRARY_NAME} PUBLIC refcnt) + # ---------------------------------------------------------------- # 3rd party dependency: boost: