cmake: Add glop and model_builder samples dir

This commit is contained in:
Corentin Le Molgat
2022-06-01 10:54:35 +02:00
committed by Mizux Seiha
parent d23b95eebc
commit 8df4e3af24

View File

@@ -312,12 +312,12 @@ include(dotnet)
# Since samples mix all languages we must parse them once we have included all
# <language>.cmake files
foreach(SAMPLES IN ITEMS algorithms graph linear_solver constraint_solver sat)
foreach(SAMPLES IN ITEMS algorithms graph glop constraint_solver linear_solver model_builder sat)
add_subdirectory(ortools/${SAMPLES}/samples)
endforeach()
# Same for examples
foreach(EXAMPLES IN ITEMS contrib cpp python java dotnet)
foreach(EXAMPLES IN ITEMS contrib cpp dotnet java python)
add_subdirectory(examples/${EXAMPLES})
endforeach()