https://github.com/Microsoft/CNTK
Revision 979c8bfe2af96714224bead37d3900e2deab0ac3 authored by Liqun Fu on 31 January 2019, 04:27:20 UTC, committed by Liqun Fu on 31 January 2019, 04:27:20 UTC
2 parent s 9093a4d + 6b2323c
Raw File
Tip revision: 979c8bfe2af96714224bead37d3900e2deab0ac3 authored by Liqun Fu on 31 January 2019, 04:27:20 UTC
Merge branch 'liqun/liqun/scan6Stage2'
Tip revision: 979c8bf
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