https://github.com/Microsoft/CNTK
Raw File
Tip revision: 2436b8d0938af46e40a746b135e93a4f42ebc9ca authored by Peggy Peng on 15 February 2019, 22:47:33 UTC
Fix Linux only build breaks
Tip revision: 2436b8d
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