https://github.com/Microsoft/CNTK
Revision aa828194db901c150bcfdf2ba327afea58a916a1 authored by Liqun Fu on 14 February 2019, 21:07:34 UTC, committed by Liqun Fu on 14 February 2019, 21:07:34 UTC
2 parent s 9ce6c1c + 3bef0f4
Raw File
Tip revision: aa828194db901c150bcfdf2ba327afea58a916a1 authored by Liqun Fu on 14 February 2019, 21:07:34 UTC
Merge branch 'liqun/remove-crosstalkcaffe-test'
Tip revision: aa82819
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