
cmake_minimum_required(VERSION 2.8.4)
project(cpp11_test)

add_library(cpp11_test STATIC cpp11_test.cpp )
