https://github.com/Microsoft/CNTK
Raw File
Tip revision: 1ef71c1e07dd692c21505b4be4fd0eaeb280358f authored by liqun fu on 25 August 2018, 21:34:07 UTC
graph body
Tip revision: 1ef71c1
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