Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Jan 6, 2025
1 parent a52e2c3 commit 50adaae
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ platform

.. |Linux make-specs| image:: https://github.com/steinwurf/platform/actions/workflows/linux_mkspecs.yml/badge.svg
:target: https://github.com/steinwurf/platform/actions/workflows/linux_mkspecs.yml

.. |Windows make-specs| image:: https://github.com/steinwurf/platform/actions/workflows/windows_mkspecs.yml/badge.svg
:target: https://github.com/steinwurf/platform/actions/workflows/windows_mkspecs.yml

.. |MacOS make-specs| image:: https://github.com/steinwurf/platform/actions/workflows/macos_mkspecs.yml/badge.svg
:target: https://github.com/steinwurf/platform/actions/workflows/macos_mkspecs.yml

.. |Linux CMake| image:: https://github.com/steinwurf/platform/actions/workflows/linux_cmake.yml/badge.svg
:target: https://github.com/steinwurf/platform/actions/workflows/linux_cmake.yml

.. |Windows CMake| image:: https://github.com/steinwurf/platform/actions/workflows/windows_cmake.yml/badge.svg
:target: https://github.com/steinwurf/platform/actions/workflows/windows_cmake.yml

.. |MacOS CMake| image:: https://github.com/steinwurf/platform/actions/workflows/macos_cmake.yml/badge.svg
:target: https://github.com/steinwurf/platform/actions/workflows/macos_cmake.yml

.. |Raspberry Pi| image:: https://github.com/steinwurf/platform/actions/workflows/raspberry_pi.yml/badge.svg
:target: https://github.com/steinwurf/platform/actions/workflows/raspberry_pi.yml

Expand All @@ -35,13 +35,13 @@ platform

.. |Cppcheck| image:: https://github.com/steinwurf/platform/actions/workflows/cppcheck.yml/badge.svg
:target: https://github.com/steinwurf/platform/actions/workflows/cppcheck.yml

platform is a C++ library for detecting compiler and platform properties.
Currently, it can detect the following properties:

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

Use as Dependency in CMake
--------------------------
Expand All @@ -58,4 +58,3 @@ License
-------
The project license is based on the BSD License. Please refer to the LICENSE.rst
file for more details.

0 comments on commit 50adaae

Please sign in to comment.