Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
petya2164 committed Sep 16, 2019
1 parent 0799132 commit ba46880
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,16 @@ Currently, it can detect the following properties:

- Compiler: g++, clang, and MSVC
- Operating system: Linux, Mac OSX, Windows, iOS, and Android
- Target architecture: x86, ARM, and MIPS
- Target architecture: x86, x86_64, ARM, and MIPS

.. image:: http://buildbot.steinwurf.dk/svgstatus?project=platform
:target: http://buildbot.steinwurf.dk/stats?projects=platform
.. image:: https://travis-ci.org/steinwurf/platform.svg?branch=master
:target: https://travis-ci.org/steinwurf/platform

Use as Dependency in CMake
--------------------------

To depend on this project when using the CMake build system, add the following
in your CMake build script:

::
in your CMake build script::

add_subdirectory("/path/to/platform" platform)
target_link_libraries(<my_target> steinwurf::platform)
Expand All @@ -28,11 +26,3 @@ License
The project license is based on the BSD License. Please refer to the LICENSE.rst
file for more details.

Testing
-------
The project is tested on various versions of Windows, Linux and Mac. We run
automated tests on x86, ARM and MIPS architectures with different compilers.

You can see the status by selecting the 'platform' project on the
`Steinwurf buildbot page <http://buildbot.steinwurf.dk:12344/>`_.

0 comments on commit ba46880

Please sign in to comment.