aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-04-16 23:45:25 +0200
committerRenaud G <renaud@rolisteam.org>2016-04-16 23:45:25 +0200
commit27ffd92867aef48d0e6fc17d6448587e2b6456d6 (patch)
tree0320ea6e378226a658cfa9a5191fcfd26f8143cf /CMakeLists.txt
parent99b60d13b2b504e263c18870a8d55efc5f0a2ea7 (diff)
downloadOneRoll-27ffd92867aef48d0e6fc17d6448587e2b6456d6.tar.gz
OneRoll-27ffd92867aef48d0e6fc17d6448587e2b6456d6.zip
improve cmake
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 180c9fa..32621be 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 2.8)
+project(diceparser)
add_subdirectory(irc)
add_subdirectory(cli)