From c3af56e2b43ee8007cf1b150c5484e991d04e59a Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 4 Dec 2016 12:49:18 +0100 Subject: -add webserver subproject. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 651c3a9..da08188 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,8 @@ project(diceparser) add_subdirectory(irc) add_subdirectory(cli) add_subdirectory(mobile) +add_subdirectory(webserver) + #qt5_use_modules() -- cgit v1.2.3-70-g09d2