From ee2d8b89c41d32a0e341ca564fd8e6e09267a4a6 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 28 Mar 2021 14:03:03 +0200 Subject: [irc] fix compilation --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index af3816b..21b4596 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,7 @@ enable_testing(true) include_directories(${CMAKE_CURRENT_SOURCE_DIR} result node) option(BUILD_CLI OFF) +option(BUILD_IRC OFF) SET( dice_sources ${CMAKE_CURRENT_SOURCE_DIR}/diceparser.cpp @@ -86,6 +87,10 @@ IF(BUILD_CLI) add_subdirectory(cli) ENDIF() +IF(BUILD_IRC) + add_subdirectory(irc) +ENDIF() + add_subdirectory( tests ) include(GNUInstallDirs) -- cgit v1.2.3-70-g09d2