https://github.com/Microsoft/CNTK
Raw File
Tip revision: da2e610c731aedd70d1d637fddb00fc83c8a1773 authored by Yang Chen on 12 October 2018, 21:12:23 UTC
Replaced wchar/wstring with char/string in C interface
Tip revision: da2e610
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