Add CMake files

This commit is contained in:
Flamefire 2019-12-22 20:07:04 +01:00
parent 44e8509d6f
commit af49b04c19
6 changed files with 154 additions and 0 deletions

10
test/main.cpp Normal file
View file

@ -0,0 +1,10 @@
// http://turtle.sourceforge.net
//
// Copyright Mathieu Champlon 2009
//
// 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)
#define BOOST_AUTO_TEST_MAIN
#include <boost/test/auto_unit_test.hpp>