Revision 9d1f74e2455450f85ed2464cc31fbeaf3c95acf5 authored by Thiago Crepaldi on 21 June 2018, 20:07:04 UTC, committed by Thiago Crepaldi on 21 June 2018, 20:07:04 UTC
1 parent 5a097c5
Raw File
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