https://github.com/Microsoft/CNTK
Revision 5d92880a216f0222e00466d4f1de1a29b8964f16 authored by David Brownell on 06 June 2018, 23:36:23 UTC, committed by David Brownell on 06 June 2018, 23:36:23 UTC
1 parent c42a444
Raw File
Tip revision: 5d92880a216f0222e00466d4f1de1a29b8964f16 authored by David Brownell on 06 June 2018, 23:36:23 UTC
Removing old buildinfo.h files hanging around
Tip revision: 5d92880
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