Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt - github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8145d633b2b7d137b3084e25cd4bc5728d8cdf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
cmake_minimum_required(VERSION 2.8.7)

project(GSL CXX)

include_directories(
    ${CMAKE_CURRENT_BINARY_DIR}
)

enable_testing()

add_subdirectory(tests)