提交 1e20bfa1 编写于 作者: N Niels

another try

上级 ae2676e7
cmake_minimum_required(VERSION 3.2)
project(json CXX)
add_executable(json_unit
src/json.hpp test/catch.hpp test/unit.cpp
)
target_compile_features(json_unit
PRIVATE cxx_range_for
)
include_directories(
src test
)
version: 1.0.{build}
os: Visual Studio 2015 Preview
init:
- cmake -G "Visual Studio 14 2015 Win64"
build:
verbosity: minimal
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册