mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Add CMake files
This commit is contained in:
parent
44e8509d6f
commit
af49b04c19
6 changed files with 154 additions and 0 deletions
10
test/main.cpp
Normal file
10
test/main.cpp
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue