https://github.com/Microsoft/CNTK
Revision 19ccd9f746970ff8159b032302880d117fa8340c authored by Peggy Peng on 13 March 2019, 06:34:50 UTC, committed by Peggy Peng on 15 March 2019, 17:47:15 UTC
1 parent 3a21b0a
Raw File
Tip revision: 19ccd9f746970ff8159b032302880d117fa8340c authored by Peggy Peng on 13 March 2019, 06:34:50 UTC
Address code review comments
Tip revision: 19ccd9f
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