https://github.com/Microsoft/CNTK
Revision 79312de9a261daa116a3de77e1d44b2585ebf7b3 authored by Jaliya Ekanayake on 19 June 2018, 19:40:43 UTC, committed by Jaliya Ekanayake on 19 June 2018, 19:40:43 UTC
1 parent 057c1ce
Raw File
Tip revision: 79312de9a261daa116a3de77e1d44b2585ebf7b3 authored by Jaliya Ekanayake on 19 June 2018, 19:40:43 UTC
fix for the readerlib test failure. It was a quite a team work
Tip revision: 79312de
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