https://github.com/Microsoft/CNTK
Raw File
Tip revision: 3a1457b3dbaf14f3d40ea0ad1af91d251b4853f9 authored by Guoli Ye on 26 October 2018, 00:02:35 UTC
semi-orthogonal
Tip revision: 3a1457b
CMakeLists.txt
cmake_minimum_required(VERSION 3.8)

project(CNTK)

include(Tools/cmake/options.cmake REQUIRED)
include(Tools/cmake/common.cmake REQUIRED)
include(Tools/cmake/cntk_common.cmake REQUIRED)

add_subdirectory(bindings/csharp/swig)

include(Tools/cmake/debug.cmake REQUIRED)
back to top