diff options
| author | 2019-02-14 10:40:59 +0100 | |
|---|---|---|
| committer | 2019-03-23 17:55:15 +0100 | |
| commit | c46ad9d1ceb345f09590ad8ea9a98b33a2a0c31b (patch) | |
| tree | 53a8fa2d88ef09397171f360e0fc04487e547529 /CMakeLists.txt | |
| parent | 607b8284672c75f134616a826e3475be4cf8e277 (diff) | |
| download | OneRoll-c46ad9d1ceb345f09590ad8ea9a98b33a2a0c31b.tar.gz OneRoll-c46ad9d1ceb345f09590ad8ea9a98b33a2a0c31b.zip | |
first draft of occurence counter
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |