aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libparser/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/libparser/CMakeLists.txt')
-rw-r--r--src/libparser/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libparser/CMakeLists.txt b/src/libparser/CMakeLists.txt
index 80b9a25..7937506 100644
--- a/src/libparser/CMakeLists.txt
+++ b/src/libparser/CMakeLists.txt
@@ -67,6 +67,8 @@ SET( dice_sources
${CMAKE_CURRENT_SOURCE_DIR}/node/repeaternode.cpp
${CMAKE_CURRENT_SOURCE_DIR}/node/switchcasenode.cpp
${CMAKE_CURRENT_SOURCE_DIR}/node/replacevaluenode.cpp
+ ${CMAKE_CURRENT_SOURCE_DIR}/node/roundnode.cpp
+
)
include(install_helper OPTIONAL RESULT_VARIABLE installFound)