https://github.com/Microsoft/CNTK
Revision e940605f6bbeab46f9824496ab8c826033b12f8f authored by liqfu on 20 October 2018, 04:36:21 UTC, committed by liqfu on 20 October 2018, 04:36:21 UTC
1 parent a55e871
Raw File
Tip revision: e940605f6bbeab46f9824496ab8c826033b12f8f authored by liqfu on 20 October 2018, 04:36:21 UTC
Support ONNX Scan op
Tip revision: e940605
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