aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2020-06-12 18:31:16 +0200
committerRenaud G <renaud@rolisteam.org>2020-06-12 18:31:16 +0200
commit3d1abaab925f635f242cd26e661324ab05d1b09a (patch)
tree49d41d67f4ba40e0f954d27fe0edbfc00e29e618 /cli
parent35d817b8ca13bd87c69fbe23d80c85cb5738b39a (diff)
downloadOneRoll-3d1abaab925f635f242cd26e661324ab05d1b09a.tar.gz
OneRoll-3d1abaab925f635f242cd26e661324ab05d1b09a.zip
Enable debug
Diffstat (limited to 'cli')
-rw-r--r--cli/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt
index 6828d09..756e15a 100644
--- a/cli/CMakeLists.txt
+++ b/cli/CMakeLists.txt
@@ -64,6 +64,7 @@ set(documentation_files ../HelpMe.md ../README.md)
add_executable( dice ${cli_sources} ${dice_QM} ${documentation_files})
set(diceparser_shared_INCLUDE_DIRS "../diceparser")
target_include_directories(dice PRIVATE ../include ../ ../result ../node)
+link_directories(BEFORE ${CMAKE_BINARY_DIR})
IF(NO_PAINTER_OPERATOR)
target_link_libraries(dice PUBLIC Qt5::Core Qt5::Svg PRIVATE diceparser_shared)
ELSE()