aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-03-23 18:03:35 +0100
committerGitHub <noreply@github.com>2019-03-23 18:03:35 +0100
commitd1b2ac03a90fe00ee3b09e60584f895b40e2e9df (patch)
treedf5a5653f0978e700fe7ba6450230789b5e9be34 /CMakeLists.txt
parent607b8284672c75f134616a826e3475be4cf8e277 (diff)
parente672047be7bb9e4e1b163a04a55b98b52d39e16a (diff)
downloadOneRoll-d1b2ac03a90fe00ee3b09e60584f895b40e2e9df.tar.gz
OneRoll-d1b2ac03a90fe00ee3b09e60584f895b40e2e9df.zip
Merge pull request #39 from Rolisteam/occurence
Occurence
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2899cb1..9460032 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
project(diceparser)
-add_subdirectory(irc)
+#add_subdirectory(irc)
add_subdirectory(cli)
#add_subdirectory(mobile)
#add_subdirectory(webserver)