https://github.com/Microsoft/CNTK
Revision 17e6a012f9c4eb31c997e9d611901feaaf112a65 authored by Sergii Dymchenko on 04 July 2018, 03:49:50 UTC, committed by Sergii Dymchenko on 04 July 2018, 03:49:50 UTC
2 parent s 8577222 + 2f91f74
Raw File
Tip revision: 17e6a012f9c4eb31c997e9d611901feaaf112a65 authored by Sergii Dymchenko on 04 July 2018, 03:49:50 UTC
Merge branch 'pull/3277'
Tip revision: 17e6a01
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