diff options
| author | 2016-04-16 23:45:25 +0200 | |
|---|---|---|
| committer | 2016-04-16 23:45:25 +0200 | |
| commit | 27ffd92867aef48d0e6fc17d6448587e2b6456d6 (patch) | |
| tree | 0320ea6e378226a658cfa9a5191fcfd26f8143cf /CMakeLists.txt | |
| parent | 99b60d13b2b504e263c18870a8d55efc5f0a2ea7 (diff) | |
| download | OneRoll-27ffd92867aef48d0e6fc17d6448587e2b6456d6.tar.gz OneRoll-27ffd92867aef48d0e6fc17d6448587e2b6456d6.zip | |
improve cmake
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
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) |