Skip to content

Commit

Permalink
supernova: link with portaudio
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Blechmann <tim@klingt.org>
  • Loading branch information
timblechmann committed Feb 18, 2012
1 parent c52ac7e commit 029b0f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/supernova/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ if (WIN32 OR APPLE)
endif()
add_definitions(-DPORTAUDIO_BACKEND ${PORTAUDIO_DEFINITIONS})
include_directories(${PORTAUDIO_INCLUDE_DIRS})
target_link_libraries(libsupernova ${PORTAUDIO_LIBRARIES})
else()
find_library(JACK NAMES jack)
if (JACK)
Expand Down

0 comments on commit 029b0f6

Please sign in to comment.