Revision a2055f6e3d624543e654c4a1565e91557dc9bf47 authored by liqun fu on 27 March 2020, 21:40:05 UTC, committed by liqun fu on 27 March 2020, 21:40:05 UTC
1 parent 80e9f79
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