https://github.com/Microsoft/CNTK
Revision 917173d990f2e5343afdd5c0bcca06a56de37aea authored by Ke Deng on 01 August 2018, 05:50:14 UTC, committed by Ke Deng on 01 August 2018, 05:50:14 UTC
2 parent s 6f7ceed + dc65c2b
Raw File
Tip revision: 917173d990f2e5343afdd5c0bcca06a56de37aea authored by Ke Deng on 01 August 2018, 05:50:14 UTC
Merge branch 'pull/3331'
Tip revision: 917173d
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