https://github.com/Microsoft/CNTK
Raw File
Tip revision: dac029852ac48fe20077ba4557b291c1fad520a8 authored by Yang Chen on 20 June 2019, 23:18:20 UTC
Fixed the name of the API
Tip revision: dac0298
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