https://github.com/Microsoft/CNTK
Revision 624bf7d82b341863a282c416110df71a0b3ea302 authored by David Brownell on 07 July 2018, 01:47:29 UTC, committed by David Brownell on 07 July 2018, 01:48:27 UTC
1 parent ed9de47
Raw File
Tip revision: 624bf7d82b341863a282c416110df71a0b3ea302 authored by David Brownell on 07 July 2018, 01:47:29 UTC
String changes to support conversion from ASCII, UCS2, UCS4, UTF8, UTF16, and UTF32 strings
Tip revision: 624bf7d
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