aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-12-04 12:49:18 +0100
committerRenaud G <renaud@rolisteam.org>2016-12-04 12:49:18 +0100
commitc3af56e2b43ee8007cf1b150c5484e991d04e59a (patch)
tree8e56fab566100502ca949d28526928dca00b6685 /CMakeLists.txt
parentff98e5b760ebc6891b26de703b3dce40127b2ee6 (diff)
downloadOneRoll-c3af56e2b43ee8007cf1b150c5484e991d04e59a.tar.gz
OneRoll-c3af56e2b43ee8007cf1b150c5484e991d04e59a.zip
-add webserver subproject.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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()