https://github.com/Microsoft/CNTK
Raw File
Tip revision: 7beefcb2f77f5843abfbd58cff76367add0da2b0 authored by Guoli Ye on 19 December 2018, 07:44:30 UTC
bug fix
Tip revision: 7beefcb
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