CMake: Add dummy CMakeLists.txt in samples
This commit is contained in:
@@ -170,3 +170,9 @@ include(cpp)
|
||||
include(python)
|
||||
include(java)
|
||||
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)
|
||||
add_subdirectory(ortools/${SAMPLES}/samples)
|
||||
endforeach()
|
||||
|
||||
0
ortools/algorithms/samples/CMakeLists.txt
Normal file
0
ortools/algorithms/samples/CMakeLists.txt
Normal file
0
ortools/constraint_solver/samples/CMakeLists.txt
Normal file
0
ortools/constraint_solver/samples/CMakeLists.txt
Normal file
0
ortools/graph/samples/CMakeLists.txt
Normal file
0
ortools/graph/samples/CMakeLists.txt
Normal file
0
ortools/linear_solver/samples/CMakeLists.txt
Normal file
0
ortools/linear_solver/samples/CMakeLists.txt
Normal file
0
ortools/sat/samples/CMakeLists.txt
Normal file
0
ortools/sat/samples/CMakeLists.txt
Normal file
Reference in New Issue
Block a user