cmake: prepare HiGHS support

This commit is contained in:
Corentin Le Molgat
2022-10-05 18:33:43 +02:00
committed by Mizux Seiha
parent 3934344e03
commit 86321f2025
14 changed files with 91 additions and 0 deletions

View File

@@ -231,6 +231,9 @@ endif()
if(USE_GLPK)
list(APPEND FLAGS "-DUSE_GLPK")
endif()
if(USE_HIGHS)
list(APPEND FLAGS "-DUSE_HIGHS")
endif()
if(USE_PDLP)
list(APPEND FLAGS "-DUSE_PDLP")
endif()