https://github.com/Microsoft/CNTK
Revision 9165fd06f8fe73e3f73cb96d228e1d2d1874f04b authored by Ke Deng on 25 September 2018, 00:26:34 UTC, committed by Ke Deng on 25 September 2018, 00:26:34 UTC
2 parent s 58f810f + 1489de8
Raw File
Tip revision: 9165fd06f8fe73e3f73cb96d228e1d2d1874f04b authored by Ke Deng on 25 September 2018, 00:26:34 UTC
Merge branch 'kedeng/fixCrash'
Tip revision: 9165fd0
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