Skip to content

Commit

Permalink
Add missing dependencies to OR-Tools (ui)
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Feb 6, 2024
1 parent 6177b7f commit 941cceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/simulator/cmake/windows-output.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ add_Library(libantares-ui-windows-output
${SRC_UI_OUTPUT_PROVIDERS})

target_link_libraries(libantares-ui-windows-output PRIVATE ${wxWidgets_LIBRARIES})
target_link_libraries(libantares-ui-windows-output PRIVATE libantares-ui-common)
target_link_libraries(libantares-ui-windows-output PRIVATE libantares-ui-common ortools::ortools)


0 comments on commit 941cceb

Please sign in to comment.