https://github.com/Microsoft/CNTK
Revision 6f09c398b9c1baecebf3fe3f45d3110250dbba7c authored by Liqun Fu on 18 September 2018, 02:33:30 UTC, committed by Liqun Fu on 18 September 2018, 02:33:30 UTC
2 parent s 04caa9d + 4ed1896
Raw File
Tip revision: 6f09c398b9c1baecebf3fe3f45d3110250dbba7c authored by Liqun Fu on 18 September 2018, 02:33:30 UTC
Merge branch 'release/2.6'
Tip revision: 6f09c39
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