Hey man, looking good!
Maybe something like this to the base CMakeList.txt
+##
+##
+PKG_CHECK_MODULES(RUBBERBAND REQUIRED rubberband>=1.0)
+include_directories(${RUBBERBAND_INCLUDE_DIRS})
+if (NOT RUBBERBAND_FOUND)
+ message(FATAL_ERROR "*** FUUUUUUUUU.")
+endif (NOT RUBBERBAND_FOUND)
+##
and
${QT_LIBRARIES}
+ ${RUBBERBAND_LIBRARIES}
${SNDFILE_LIBRARIES}
to muse/CMakeList.txt
It compiles here but I didn't actually use rubberband so I might have
forgotten stuff.
/Robert
2013/5/27 Florian Jung <[email protected]>
> Hi,
>
> the AudioStreams (which also support stretching via the RubberBand
> library) finally compile. However, they won't link because we need to
> link in the rubberband library. How do i do this with CMake? Can please
> someone send, and possibly explain me the patch for the CMakeList.txt (i
> hope it goes there?)
>
> greetings and thanks
> flo
>
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
> _______________________________________________
> Lmuse-developer mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/lmuse-developer
>
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Lmuse-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lmuse-developer