https://github.com/Microsoft/CNTK
Revision 631ef0f9ed9a5493d973d88964207082df01b8f9 authored by Takashi Takebayashi on 28 January 2019, 15:02:51 UTC, committed by GitHub on 28 January 2019, 15:02:51 UTC
Ture -> True
1 parent 4ef4417
Raw File
Tip revision: 631ef0f9ed9a5493d973d88964207082df01b8f9 authored by Takashi Takebayashi on 28 January 2019, 15:02:51 UTC
Fix typo
Tip revision: 631ef0f
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