Skip to content

Commit

Permalink
linked to the shared sonivox library instead of the static one
Browse files Browse the repository at this point in the history
bumped project version to 1.4.1
  • Loading branch information
pedrolcl committed Aug 22, 2022
1 parent 0349e0f commit aef22d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.9)
project( EASSynth
VERSION 1.4.0
VERSION 1.4.1
DESCRIPTION "Sonivox EAS for Linux and Qt" )

set(CMAKE_CXX_STANDARD 11)
Expand Down
2 changes: 1 addition & 1 deletion libsvoxeas/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set_target_properties( svoxeas PROPERTIES
)

target_link_libraries( svoxeas PRIVATE
sonivox::sonivox-static
sonivox::sonivox
Qt5::Core
Drumstick::ALSA
PkgConfig::PULSE
Expand Down

0 comments on commit aef22d6

Please sign in to comment.