[CMake] Add self-test for cmake

This commit is contained in:
Mike Dev
2018-12-07 11:21:51 +01:00
parent 85e33cd138
commit e5f4af3dd2
3 changed files with 30 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
# Distributed under the Boost Software License, Version 1.0.
# See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
# NOTE: CMake support for Boost.Array is currently experimental at best
# and the interface is likely to change in the future
cmake_minimum_required(VERSION 3.5)
project(boost-array LANGUAGES CXX)