Revision 0be4bcb94982752b5e8fcc322160075cee783d87 authored by Liqun Fu on 09 January 2019, 02:39:18 UTC, committed by Liqun Fu on 09 January 2019, 02:39:18 UTC
2 parent s a5fcc80 + fe939aa
Raw File
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