Skip to content

Commit

Permalink
Readd Portaudio
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Nov 21, 2024
1 parent 6f395bf commit 05f79af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2536,6 +2536,9 @@ target_link_options(PortAudioRingBuffer PUBLIC -fsanitize=thread)
target_include_directories(mixxx-lib SYSTEM PUBLIC lib/portaudio)
target_link_libraries(mixxx-lib PUBLIC PortAudioRingBuffer)

find_package(PortAudio REQUIRED)
target_link_libraries(mixxx-lib PRIVATE PortAudio::PortAudio)

# PortMidi
option(PORTMIDI "Enable the PortMidi backend for MIDI controllers" ON)
if(PORTMIDI)
Expand Down

0 comments on commit 05f79af

Please sign in to comment.