Revision f7f1e8dc98e3034d56fcfa1ea08b44fe62f2ad9b authored by Yang Chen on 18 July 2019, 07:39:00 UTC, committed by Yang Chen on 18 July 2019, 07:39:00 UTC
1 parent 99a272b
Raw File
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