https://github.com/Microsoft/CNTK
Revision 124163a9a3b68d6f46a585ad6e4aee9462b43948 authored by chandana akriti on 28 October 2018, 05:12:24 UTC, committed by GitHub on 28 October 2018, 05:12:24 UTC
fixed syntax error of comments and spelling mistakes
1 parent 1ff5548
Raw File
Tip revision: 124163a9a3b68d6f46a585ad6e4aee9462b43948 authored by chandana akriti on 28 October 2018, 05:12:24 UTC
fixed errors
Tip revision: 124163a
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