diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 977d1f6..11821d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,7 @@ add_executable( booleancondition.cpp validator.cpp compositevalidator.cpp + operationcondition.cpp die.cpp parsingtoolbox.cpp dicealias.cpp @@ -49,6 +50,7 @@ add_executable( node/scalaroperatornode.cpp node/sortresult.cpp node/startingnode.cpp + node/ifnode.cpp cli/main.cpp ) |