diff options
| author | 2015-08-19 18:10:24 +0200 | |
|---|---|---|
| committer | 2015-08-19 18:10:24 +0200 | |
| commit | 479b2127e00c790f18b195494c11e1959ffc0eff (patch) | |
| tree | 90021a18adc9d256623489e91c866be1d8a0dfc3 /CMakeLists.txt | |
| parent | 34a3b555c61d9ce6c5f6be618f2fb0b83ba71b1b (diff) | |
| download | OneRoll-479b2127e00c790f18b195494c11e1959ffc0eff.tar.gz OneRoll-479b2127e00c790f18b195494c11e1959ffc0eff.zip | |
add new validator for support several condition in one operator
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 e8b4c5c..9aae367 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,7 @@ add_executable( range.cpp booleancondition.cpp validator.cpp + compositevalidator.cpp die.cpp parsingtoolbox.cpp dicealias.cpp |