From f26fb23255d49544a6c437ad64b7b0257f50fa64 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 19 Oct 2023 17:18:21 -0400 Subject: [PATCH] build: support symlink-enabled variation --- CMakeLists.txt | 5 ----- src/reactor/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e0be181..b24e139a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,9 +44,4 @@ add_subdirectory(utest) xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets) -# ---------------------------------------------------------------- -# install project .hpp files - -xo_install_include_tree() - # end CMakeLists.txt diff --git a/src/reactor/CMakeLists.txt b/src/reactor/CMakeLists.txt index 884e466c..e50e7016 100644 --- a/src/reactor/CMakeLists.txt +++ b/src/reactor/CMakeLists.txt @@ -7,7 +7,7 @@ set(SELF_SRCS Reactor.cpp PollingReactor.cpp init_reactor.cpp) -xo_add_shared_library(${SELF_LIB} ${PROJECT_VERSION} 1 ${SELF_SRCS}) +xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS}) # ---------------------------------------------------------------- # external dependencies