https://github.com/Microsoft/CNTK
Revision 81f3f44f7e752994ca6960d9b1f83e49aa9175bb authored by Lewei Lu on 14 June 2019, 06:06:14 UTC, committed by GitHub on 14 June 2019, 06:06:14 UTC
2 parent s 219e82f + e21d4e1
Raw File
Tip revision: 81f3f44f7e752994ca6960d9b1f83e49aa9175bb authored by Lewei Lu on 14 June 2019, 06:06:14 UTC
Merge pull request #3694 from Veason-silverbullet/lewlu/msra-face
Tip revision: 81f3f44
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