Skip to content

Commit

Permalink
added build windows badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ozguronsoy committed Sep 25, 2024
1 parent 569da90 commit fd0eae5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ else()
endif ()

if (ENABLE_STATIC OR ENABLE_SHARED)

add_compile_options(-Wno-attributes)

if (ENABLE_SHARED)
add_definitions(-DHEPH_SHARED_LIB -DHEPH_EXPORTS)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![Static Badge](https://img.shields.io/badge/License-LGPL%20v2.1-blue)](https://github.com/ozguronsoy/HephAudio/blob/master/LICENSE.md)
[![GitHub Pages](https://github.com/ozguronsoy/HephAudio/actions/workflows/github_pages.yml/badge.svg?branch=master)](https://github.com/ozguronsoy/HephAudio/actions/workflows/github_pages.yml)
[![Build Linux](https://github.com/ozguronsoy/HephAudio/actions/workflows/build_linux.yml/badge.svg?branch=master&event=push)](https://github.com/ozguronsoy/HephAudio/actions/workflows/build_linux.yml)
[![Build Windows](https://github.com/ozguronsoy/HephAudio/actions/workflows/build_windows.yml/badge.svg?branch=master&event=push)](https://github.com/ozguronsoy/HephAudio/actions/workflows/build_windows.yml)

- [Setup](#setup)<br>
- [CMake](#cmake)<br>
Expand Down

0 comments on commit fd0eae5

Please sign in to comment.