diff options
| author | 2019-08-03 01:02:43 +0200 | |
|---|---|---|
| committer | 2019-09-15 19:22:15 +0200 | |
| commit | da7cf09a9c64f402cdfacd45e82f806ad0e9a99e (patch) | |
| tree | 8c5202d1fdaca44693dcc90d2996258c4ecf30e0 /cli/CMakeLists.txt | |
| parent | 8bee33f547f120ecab99d66b8d61711902d9a9e2 (diff) | |
| download | OneRoll-da7cf09a9c64f402cdfacd45e82f806ad0e9a99e.tar.gz OneRoll-da7cf09a9c64f402cdfacd45e82f806ad0e9a99e.zip | |
add composite validator in the documentation
Diffstat (limited to 'cli/CMakeLists.txt')
| -rw-r--r-- | cli/CMakeLists.txt | 2 |
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) |