https://github.com/Microsoft/CNTK
Raw File
Tip revision: d567a8d8012885bb443d5c203e70f72aa9a82a2e authored by David Brownell on 17 August 2018, 16:05:07 UTC
Correctly calling tolower or towlower
Tip revision: d567a8d
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