xlnt/third-party/cxxtest/CMakeLists.txt

6 lines
117 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.2)
project(cxxtest)
2017-03-06 11:39:27 +08:00
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)