From 8233fc4bcffc82907e82b31072cb8129aa200ae5 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Thu, 30 Mar 2023 15:09:52 -0400 Subject: reactions module --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b2e67c..40edb5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,8 @@ FetchContent_Declare(dpp FetchContent_MakeAvailable(clog dpp) +include(cmake/FindPCRE.cmake) + find_package(fmt) string(ASCII 27 Esc) @@ -24,7 +26,7 @@ aux_source_directory("src" coresrc) add_executable(142bot ${coresrc}) include_directories("include") -target_link_libraries(142bot clog dpp fmt spdlog) +target_link_libraries(142bot clog dpp fmt spdlog pcre) set (modules_dir "modules") file(GLOB subdirlist ${modules_dir}/*) -- cgit v1.2.3