diff options
Diffstat (limited to 'cli/CMakeLists.txt')
| -rw-r--r-- | cli/CMakeLists.txt | 1 |
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() |