Files
ortools-clone/cmake/dotnet.cmake
2018-11-12 15:35:03 +01:00

7 lines
99 B
CMake

if(NOT BUILD_DOTNET)
return()
endif()
find_package(SWIG)
find_program (DOTNET_CLI NAMES dotnet)