mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
9b454b7a9b
- also relaxed CMake version to 2.8.7, the version default in travis
12 lines
155 B
CMake
12 lines
155 B
CMake
cmake_minimum_required(VERSION 2.8.7)
|
|
|
|
project(GSL CXX)
|
|
|
|
include_directories(
|
|
${CMAKE_CURRENT_BINARY_DIR}
|
|
)
|
|
|
|
enable_testing()
|
|
|
|
add_subdirectory(tests)
|