aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-08-03 01:02:43 +0200
committerRenaud G <renaud@rolisteam.org>2019-09-15 19:22:15 +0200
commitda7cf09a9c64f402cdfacd45e82f806ad0e9a99e (patch)
tree8c5202d1fdaca44693dcc90d2996258c4ecf30e0 /cli
parent8bee33f547f120ecab99d66b8d61711902d9a9e2 (diff)
downloadOneRoll-da7cf09a9c64f402cdfacd45e82f806ad0e9a99e.tar.gz
OneRoll-da7cf09a9c64f402cdfacd45e82f806ad0e9a99e.zip
add composite validator in the documentation
Diffstat (limited to 'cli')
-rw-r--r--cli/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt
index c697899..5b6c840 100644
--- a/cli/CMakeLists.txt
+++ b/cli/CMakeLists.txt
@@ -109,5 +109,5 @@ add_executable( dice ${cli_sources} ${dice_QM} ${dice_sources} ${documentation_
target_include_directories(dice PRIVATE ../include)
-target_link_libraries(dice diceparser ${Qt5Core_LIBRARIES} ${Qt5Gui_LIBRARIES} ${Qt5Svg_LIBRARIES})
+target_link_libraries(dice ${Qt5Core_LIBRARIES} ${Qt5Gui_LIBRARIES} ${Qt5Svg_LIBRARIES})
INSTALL_TARGETS(/bin dice)