diff options
| author | 2016-12-04 12:49:18 +0100 | |
|---|---|---|
| committer | 2016-12-04 12:49:18 +0100 | |
| commit | c3af56e2b43ee8007cf1b150c5484e991d04e59a (patch) | |
| tree | 8e56fab566100502ca949d28526928dca00b6685 /CMakeLists.txt | |
| parent | ff98e5b760ebc6891b26de703b3dce40127b2ee6 (diff) | |
| download | OneRoll-c3af56e2b43ee8007cf1b150c5484e991d04e59a.tar.gz OneRoll-c3af56e2b43ee8007cf1b150c5484e991d04e59a.zip | |
-add webserver subproject.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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() |