Skip to content
Snippets Groups Projects
Commit abc4c85e authored by Jan Möbius's avatar Jan Möbius
Browse files

Capital GUROBI finder

parent fd1e1e7b
No related branches found
No related tags found
No related merge requests found
Pipeline #16784 failed
find_package(GUROBI REQUIRED)
add_executable(test_c "test_c.c")
target_link_libraries(test_c Gurobi::Gurobi)
target_link_libraries(test_c GUROBI::Gurobi)
add_test(NAME test_c COMMAND test_c)
add_executable(test_cxx "test_cxx.cc")
target_link_libraries(test_cxx Gurobi::GurobiCXX)
target_link_libraries(test_cxx GUROBI::GurobiCXX)
add_test(NAME test_cxx COMMAND test_cxx)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment